zhengyiming
2025-06-12 8ac5bbb62e49a0fc2dfc49aa40b5c44a0bdbf483
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};