wupengfei
2025-09-29 6b8101d9e2d6ca9d449a4087fbf065c6c31eec98
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};