UNPKG
@ossamaweb/react-circular-input
Version:
latest (0.2.5)
0.2.5
Forked react-circular-input
github.com/ossamaweb/react-circular-input
ossamaweb/react-circular-input
@ossamaweb/react-circular-input
/
dist
/
useCircularDrag.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
import
{
RefObject
}
from
'react'
;
export
declare
function
useCircularDrag
(
ref
:
RefObject
<
SVGElement
|
null
>
): {
isDragging
:
boolean
; };