Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@v1.0.1/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>; }