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