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