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