UNPKG

react-bootstrap-typeahead

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