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