UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

9 lines (8 loc) 230 B
/// <reference types="react" /> export declare function useMouse<T extends HTMLElement = any>(options?: { resetOnExit?: boolean; }): { x: number; y: number; ref: import("react").MutableRefObject<T | undefined>; };