zhengyiming
2025-08-08 66d33a33b254d9db7a9dfa7c178d0aeb234f4fb8
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};