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