zhengyiming
6 天以前 5eb708efd67798bb5b0dccd45d932b98b85462d3
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};