UNPKG

rooks

Version:

Collection of awesome react hooks

6 lines (5 loc) 206 B
interface LongHoverOptions { duration?: number; } declare const useOnLongHover: (callback: () => void, { duration }?: LongHoverOptions) => (node: HTMLElement | null) => void; export { useOnLongHover };