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