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