UNPKG

234 BTypeScriptView Raw
1import React, { HTMLAttributes } from 'react';
2export type InputProps = HTMLAttributes<HTMLInputElement>;
3declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
4export default Input;