UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

4 lines (3 loc) 206 B
import React from 'react'; import type { RangeSliderProps } from './number-types'; export declare function RangeSlider({ value, min, max, onDrag, step, initialValue }: RangeSliderProps): React.JSX.Element;