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