UNPKG

240 BTypeScriptView Raw
1import React from 'react';
2import { TypeaheadInputProps } from '../../types';
3declare const TypeaheadInputSingle: ({ inputRef, referenceElementRef, ...props }: TypeaheadInputProps) => React.JSX.Element;
4export default TypeaheadInputSingle;