UNPKG

@findnlink/ui

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