UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 262 B
import React from 'react'; import { InputProps } from './Input'; import { AntFieldProps } from '../../@types'; interface InputFieldProps extends InputProps { } declare const TextAreaInput: React.FC<InputFieldProps & AntFieldProps>; export default TextAreaInput;