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 πŸ‹
Latest
type alias iSelect
import { type iSelect } from "https://deno.land/x/lunchbox@v1.0.1/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>; }