UNPKG

fictoan-react

Version:

A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.

4 lines (3 loc) 214 B
import { RefObject } from 'react'; export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (e: Event) => void) => void; //# sourceMappingURL=UseClickOutside.d.ts.map