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