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