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