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