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