UNPKG

react-native-sticky-range-slider

Version:

[React Native | TypeScript] A pure TypeScript component offering a customizable range slider optimized for performance. It supports dragging functionalities for selecting a range of values, with values that smoothly follow the thumb. This component is ful

4 lines 385 B
export declare const isLowCloser: (downX: number, lowPosition: number, highPosition: number) => boolean; export declare const clamp: (value: number, min: number, max: number) => number; export declare const getValueForPosition: (positionInView: number, containerWidth: number, thumbWidth: number, min: number, max: number, step: number) => number; //# sourceMappingURL=helpers.d.ts.map