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