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