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