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