UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

3 lines 220 B
import type { LineChartProps } from "./types"; export declare const AreaChart: <TData extends Record<string, unknown>>(props: LineChartProps<TData>) => import("react").JSX.Element; //# sourceMappingURL=AreaChart.d.ts.map