Skip to main content
Module

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

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iSelect
import { type iSelect } from "https://deno.land/x/lunchbox@v0.3.109/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>; }