UNPKG

react-hooks-bank

Version:

A collection of **powerful, reusable custom React hooks** for complex, non-trivial interactions that go beyond React’s native features.

6 lines 203 B
import { RefObject } from "react"; export declare function useHover<T extends HTMLElement = HTMLElement>(): { ref: RefObject<T | null>; hovered: boolean; }; //# sourceMappingURL=useHover.d.ts.map