UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 211 B
/// <reference types="react" /> import { InputProps } from './Input.types'; export declare const Input: ({ error, errorMessage, type, scale, icon, limit, value, onChange, ...props }: InputProps) => JSX.Element;