UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

6 lines (5 loc) 174 B
/// <reference types="react" /> export declare function useHover<T extends HTMLElement = HTMLDivElement>(): { ref: import("react").RefObject<T>; hovered: boolean; };