Skip to main content
Module

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

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iInput
import { type iInput } from "https://deno.land/x/lunchbox@v0.3.109/components/Input/setup.ts";

Properties of the <Input /> component.

definition: iComponent<HTMLInputElement> & { label: string; error: string | null; maxWidth: boolean; fieldIcon: ComponentChild | null; fwd: Partial<iInputFwd>; }