import { type iInput } from "https://deno.land/x/lunchbox@v1.0.2/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>; }