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