Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Select/setup.ts>iSelect

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iSelect
import { type iSelect } from "https://deno.land/x/lunchbox@v0.1.13/components/Select/setup.ts";
definition: iExtendedElement<HTMLSelectElement> & { label: string; error: string | null; placeholder: string; maxWidth: boolean; options: iOption[] | []; fwd: Partial<{ text: iFwd<HTMLSpanElement>; label: iFwd<HTMLLabelElement>; error: iFwd<HTMLSpanElement>; required: iFwd; container: iFwd<HTMLDivElement>; option: iFwd<HTMLOptionElement>; }>; }