UNPKG

194 BTypeScriptView Raw
1/// <reference types="react" />
2import { TypeaheadManagerProps } from '../types';
3declare const TypeaheadManager: (props: TypeaheadManagerProps) => JSX.Element;
4export default TypeaheadManager;