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