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.42/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; }