UNPKG

react-bootstrap-typeahead

Version:
5 lines (4 loc) 259 B
/// <reference types="react" /> import { RootCloseOptions } from 'react-overlays/useRootClose'; declare function useRootClose(onRootClose: (e: Event) => void, options: RootCloseOptions): import("react").RefObject<HTMLDivElement>; export default useRootClose;