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