UNPKG

rooks

Version:

Essential React custom hooks ⚓ to super charge your components!

6 lines 250 B
interface LongHoverOptions { duration?: number; } declare const useOnLongHover: (callback: () => void, { duration }?: LongHoverOptions) => (node: HTMLElement | null) => void; export { useOnLongHover }; //# sourceMappingURL=useOnLongHover.d.ts.map