UNPKG

qvt-components

Version:

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

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