UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

6 lines (3 loc) 174 B
import { RefObject } from 'react'; declare const useOutsideClick: <Ts extends RefObject<HTMLElement>[]>(refs: Ts, handler: () => void) => void; export { useOutsideClick };