Skip to main content
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.3.15/components/Select/setup.ts";
definition: iComponent<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>; }>; }