UNPKG

react-bootstrap-typeahead

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