UNPKG

apphouse

Version:

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

7 lines (6 loc) 272 B
import React from 'react'; import { InputProps } from './input.interface'; /** * An input component that comes packed with features */ export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLTextAreaElement | HTMLInputElement>>;