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