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