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