UNPKG

recharts

Version:
4 lines (3 loc) 201 B
import * as React from 'react'; import { PolarChartProps } from '../util/types'; export declare const RadarChart: React.ForwardRefExoticComponent<PolarChartProps & React.RefAttributes<SVGSVGElement>>;