zhengyiming
2025-03-21 6a5d66d21df56c4549648b259609419e357e9470
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};