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