UNPKG

@attio/react-native-bottom-sheet-toolbox

Version:
5 lines 255 B
/** * Snap the given value to the closest point, taking into account the velocity. */ export declare function snapPoint(value: number, velocity: number, points: number[], projectionScale?: number): number | null; //# sourceMappingURL=snap-point.d.ts.map