wupengfei
2025-10-23 33f3506c93c0b84f6abc165e7d22d2bae1c8fcb1
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};