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