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