zhengyiming
2025-08-06 8f2468dc2a974040556fd0f49afb87df39401ff4
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};