UNPKG

270 BTypeScriptView Raw
1import React from 'react';
2import { UseAsyncProps } from '../../behaviors/async';
3import Typeahead from '../../core/Typeahead';
4declare const AsyncTypeahead: React.ForwardRefExoticComponent<UseAsyncProps & React.RefAttributes<Typeahead>>;
5export default AsyncTypeahead;