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