UNPKG

reablocks

Version:
7 lines (6 loc) 204 B
/** * Hook for setting body cursors. * * Credits: https://github.com/pmndrs/drei#usecursor */ export declare function useCursor(hovered: boolean, onPointerOver?: string, onPointerOut?: string): void;