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