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