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