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