wupengfei
2025-11-07 48f06e862f95eebb8978defd25d184316a7f6fd1
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};