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