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