UNPKG

react-native-chart-kit

Version:

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

9 lines 347 B
import type { Dataset } from "../../shared/types"; export declare const getLegacyLineChartXMax: (data: Dataset[]) => number; export declare const getLegacyLineChartPointX: ({ index, width, paddingRight, xMax }: { index: number; width: number; paddingRight: number; xMax: number; }) => number; //# sourceMappingURL=geometry.d.ts.map