UNPKG

react-circular-input

Version:

React components for easily composing a circular range input

5 lines (4 loc) 141 B
import { RefObject } from 'react'; export declare function useCircularDrag(ref: RefObject<SVGElement | null>): { isDragging: boolean; };