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