Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias iButton
import { type iButton } from "https://deno.land/x/ana_components@v0.0.35/src/types/props.ts";

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

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