UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
dist
/
web
/
useCursor.d.ts
2 lines
(1 loc)
•
131 B
TypeScript
View Raw
1
2
export
declare
function
useCursor
(
hovered
:
boolean
,
onPointerOver
?:
string
,
onPointerOut
?:
string
,
container
?:
HTMLElement
):
void
;