UNPKG

@ossamaweb/react-circular-input

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