@arco-design/web-react
Version:
Arco Design React UI Library.
8 lines (7 loc) • 370 B
TypeScript
import Input from './input';
import { InputProps, TextAreaProps, RefInputType } from './interface';
import { InputPasswordProps } from './password';
import { InputSearchProps } from './search';
import { RefTextAreaType } from './textarea';
export { InputProps, TextAreaProps, InputPasswordProps, InputSearchProps, RefInputType, RefTextAreaType, };
export default Input;