wupengfei
7 天以前 92034e64c9bb28c262b0fcb90660b58328aa2f5e
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};