wupengfei
2025-06-10 504bac9f55ec955021bf26b287f764a9ada8b172
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};