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