UNPKG

react-bootstrap-typeahead

Version:
5 lines (4 loc) 234 B
import React, { HTMLAttributes } from 'react'; export type InputProps = HTMLAttributes<HTMLInputElement>; declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export default Input;