summit/frontend/node_modules/@react-three/drei/web/useCursor.d.ts

2 lines
131 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
export declare function useCursor(hovered: boolean, onPointerOver?: string, onPointerOut?: string, container?: HTMLElement): void;