zhengyiming
2025-11-26 752badd812a5fab53770033cd8d33d2f4d85d6e4
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};