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