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