wupengfei
2025-04-30 b3fda48ba53b36f6770f399f58290ed4d95d04a6
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};