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