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