UNPKG

react-bootstrap-typeahead

Version:
5 lines (4 loc) 240 B
import React from 'react'; import { TypeaheadInputProps } from '../../types'; declare const TypeaheadInputSingle: ({ inputRef, referenceElementRef, ...props }: TypeaheadInputProps) => React.JSX.Element; export default TypeaheadInputSingle;