Files
avz-site/node_modules/@react-three/drei/web/useCursor.d.ts
T
2026-05-30 19:59:39 -03:00

2 lines
131 B
TypeScript

export declare function useCursor(hovered: boolean, onPointerOver?: string, onPointerOut?: string, container?: HTMLElement): void;