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

5 lines (4 loc) 251 B
import { BarAndLineChartsWrapperTypes } from 'gifted-charts-core'; import './styles.css'; declare const BarAndLineChartsWrapper: (props: BarAndLineChartsWrapperTypes) => import("react/jsx-runtime").JSX.Element; export default BarAndLineChartsWrapper;