wupengfei
2025-06-09 9932280cc032c62b23bf77fba8287d739243dc37
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};