wupengfei
2025-06-10 63a87b1ce8d44b07385d89dcaed3d20171398cac
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};