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