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

7 lines (6 loc) 295 B
import { animatedBarPropTypes } from 'gifted-charts-core'; interface IanimatedBarPropTypes extends animatedBarPropTypes { containerHeight: number; } declare const AnimatedThreeDBar: (props: IanimatedBarPropTypes) => import("react/jsx-runtime").JSX.Element; export default AnimatedThreeDBar;