UNPKG

rsuite

Version:

A suite of react components

4 lines (3 loc) 188 B
import React from 'react'; declare const Input: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & React.RefAttributes<HTMLInputElement>>; export default Input;