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