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