Skip to main content
Module

x/lunchbox/components/Fieldset/setup.ts>iFieldset

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iFieldset
import { type iFieldset } from "https://deno.land/x/lunchbox@v0.3.15/components/Fieldset/setup.ts";
definition: iComponent<HTMLFieldSetElement> & { allowMultiple: boolean; values: string[]; selectedValues: string[]; legend: string; fwd: Partial<{ legend: iFwd<HTMLLegendElement>; input: Partial<iInput>; }>; }