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) 344 B
import { Animated2DWithGradientPropsType } from 'gifted-charts-core'; interface Ianimated2DWithGradientPropsType extends Animated2DWithGradientPropsType { yTranslate: number; } declare const Animated2DWithGradient: (props: Ianimated2DWithGradientPropsType) => import("react/jsx-runtime").JSX.Element; export default Animated2DWithGradient;