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