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