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