UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

5 lines (4 loc) 255 B
import { MutableRefObject } from 'react'; export declare type ClickAwayGetContainer = () => HTMLElement | null; declare const useClickAway: (ref: MutableRefObject<HTMLElement | null>, handler: (event: Event) => void) => void; export default useClickAway;