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