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