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