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

x/lunchbox/components/Button/setup.ts>iButton

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iButton
import { type iButton } from "https://deno.land/x/lunchbox@v0.1.13/components/Button/setup.ts";
definition: iExtendedElement<HTMLButtonElement> & { type: BUTTON_TYPES; maxWidth: boolean; }