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