UNPKG

@confi/conflux-react-ui-test-package

Version:

Modern and minimalist React UI library.

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