UNPKG

compatible-ui

Version:

No style, clean and adaptive React UI Library

5 lines (4 loc) 175 B
/// <reference types="react" /> import "./Input.css"; import { IInputBaseProps } from './Input.types'; export default function Input(props: IInputBaseProps): JSX.Element;