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