UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

3 lines (2 loc) 183 B
import { MutableRefObject } from 'react'; export default function useOnClickOutside<T extends HTMLElement>(onClose: (e: any) => void, disabled?: boolean): MutableRefObject<T | null>;