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