UNPKG

react-gifted-charts

Version:

ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React

3 lines (2 loc) 165 B
import { PieChartPropsType } from 'gifted-charts-core'; export declare const PieChart: (props: PieChartPropsType) => import("react/jsx-runtime").JSX.Element | null;