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