UNPKG

wavyjs

Version:

Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.

6 lines 171 B
declare const useHover: () => readonly [boolean, { onMouseEnter: () => void; onMouseLeave: () => void; }]; export { useHover }; //# sourceMappingURL=Hover.d.ts.map