UNPKG

@darius_rosendahl/react-use-hoverintent

Version:
10 lines (9 loc) 295 B
/// <reference types="react" /> interface optionType { ref?: React.Ref<HTMLElement | null>; sensitivity?: number; interval?: number; timeout?: number; } export declare function useHoverIntent(options: optionType): (boolean | import("react").RefObject<HTMLElement>)[]; export {};