UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

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