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