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