Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias iButton
import { type iButton } from "https://deno.land/x/ana_components@v0.0.50/src/types/props.ts";

Button component's type that extends the <button> element Read more.

definition: iExtendedElement<HTMLButtonElement> & { color: BUTTON_TYPES; outline: boolean; maxWidth: boolean; }