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