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