UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

5 lines (4 loc) 186 B
/** * Takes in array of numbers and a targetX and returns the _index_ of closest number */ export declare function findClosestPoint(xValues: number[], targetX: number): number | null;