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