wupengfei
2025-09-23 8fad5b05aa4d6d4a46b3bc04f2ab9614be73ba99
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};