UNPKG

fwt-internship-uikit

Version:
4 lines (3 loc) 161 B
import { RefObject } from 'react'; declare const useOutsideClick: (ref: RefObject<HTMLElement>, handler: () => void) => void; export default useOutsideClick;