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