UNPKG

react-native-chart-kit

Version:

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

6 lines 279 B
import { type ChartBoxes, type ChartXValue, type ProjectScale } from "../../../core/index"; export declare const buildLineChartXScale: <TData>({ boxes, xValues }: { boxes: ChartBoxes; xValues: ChartXValue[]; }) => ProjectScale<TData>; //# sourceMappingURL=xScale.d.ts.map