UNPKG

qvt-components

Version:

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

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