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