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