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