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