UNPKG

react-native-chart-kit

Version:

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

6 lines 449 B
import type { LineChartProps } from "./types"; export type * from "./types"; export { getLineChartAccessibilitySummary, getLineChartDataTable } from "./accessibility"; export type { LineChartDataTable, LineChartDataTableColumn, LineChartDataTableRow } from "./accessibility"; export declare const LineChart: <TData extends Record<string, unknown>>(props: LineChartProps<TData>) => import("react").JSX.Element; //# sourceMappingURL=LineChart.d.ts.map