UNPKG

react-native-fast-range-slider

Version:

A high-performance React Native range slider with smooth animations and precise touch controls using react-native-reanimated

5 lines 275 B
import { View } from 'react-native'; import type { RangeSliderProps } from './types'; declare const _default: import("react").ForwardRefExoticComponent<RangeSliderProps & import("react").RefAttributes<View>>; export default _default; //# sourceMappingURL=RangeSlider.d.ts.map