UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (7 loc) 203 B
import { SearchProps } from '../Search'; export declare const AutocompleteInput: { (props: SearchProps): JSX.Element; displayName: string; propTypes: {}; }; export default AutocompleteInput;