Skip to main content
Module

x/lunchbox/components/Input/setup.ts>iInput

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iInput
import { type iInput } from "https://deno.land/x/lunchbox@v0.3.15/components/Input/setup.ts";
definition: iComponent<HTMLInputElement> & { label: string; error: string | null; maxWidth: boolean; fwd: Partial<{ text: Partial<iText>; label: iFwd<HTMLLabelElement>; error: Partial<iText>; required: Partial<iFwd>; container: iFwd<HTMLDivElement>; }>; }