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

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

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iFieldset
import { type iFieldset } from "https://deno.land/x/lunchbox@v1.0.1/components/Fieldset/setup.ts";

Properties of the <Fieldset /> component.

definition: iComponent<HTMLFieldSetElement> & { legend: string; maxWidth: boolean; fwd: Partial<iFieldsetFwd>; }