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