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