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