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