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