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