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