UNPKG

react-bootstrap-typeahead

Version:
6 lines (5 loc) 270 B
import React from 'react'; import { UseAsyncProps } from '../../behaviors/async'; import Typeahead from '../../core/Typeahead'; declare const AsyncTypeahead: React.ForwardRefExoticComponent<UseAsyncProps & React.RefAttributes<Typeahead>>; export default AsyncTypeahead;