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