UNPKG

react-bootstrap-typeahead

Version:
9 lines (8 loc) 300 B
import { Ref } from 'react'; interface RootCloseProps { children: (ref: Ref<HTMLDivElement>) => JSX.Element; disabled?: boolean; onRootClose: (event: Event) => void; } declare function RootClose({ children, onRootClose, ...props }: RootCloseProps): JSX.Element; export default RootClose;