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