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