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