wupengfei
2025-09-29 76d07c0c336eafb918fba27450d63865baeb0642
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};