import { type iSelect } from "https://deno.land/x/lunchbox@v1.0.2/components/Select/setup.ts";
Properties of the <Select />
component.
definition: iComponent<HTMLSelectElement> & { label: string; error: string | null; placeholder: string; maxWidth: boolean; options: iOption[] | []; fieldIcon: ComponentChild | null; fwd: Partial<iSelectFwd>; }