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