UNPKG

@julo-ui/sliders

Version:

A React Slider component that implements input[type='range']

8 lines (6 loc) 174 B
declare function useHandleDragging(): { isDragging: boolean; onDraggingStart: () => void; onDraggingEnd: () => void; }; export { useHandleDragging as default };