UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (6 loc) 213 B
import React from 'react'; import { InputProps } from './input.interface'; /** * An wrapper component for an input, it holds the label and description */ export declare const InputWrapper: React.FC<InputProps>;