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