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