UNPKG

reactuals

Version:

A useful package providing a collection of 50+ React hooks and utilities to simplify React development.

9 lines (8 loc) 185 B
/// <reference types="react" /> /** * Detects hover state of an element. */ export declare function useHover<T extends HTMLElement>(): [ React.RefObject<T | null>, boolean ];