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

7 lines (4 loc) 205 B
import { ForwardRefRenderFunction } from 'react'; import type { RangeSliderProps } from './types'; declare const RangeSlider: ForwardRefRenderFunction<any, RangeSliderProps>; export default RangeSlider;