UNPKG

qvt-components

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

4 lines (3 loc) 146 B
/// <reference types="react" /> import { IInputProps } from 'native-base'; export declare const TextArea: (props: IInputProps) => JSX.Element;