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

Properties of the <Button /> component.

definition: iComponent<HTMLButtonElement> & { maxWidth: boolean; padding: ButtonPaddings; type: ButtonTypes; }