zhengyiming
2025-08-22 fd06689a59dcdaf03d8f98d9531ad6f2c2b258c3
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};