wupengfei
9 天以前 72c02a3c12f900252a75c4b885a5f40ba8773290
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};