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