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