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

Members

DISABLED = "disabled"
ERROR = "error"
MAIN = "main"
PRIMARY = "primary"
SECONDARY = "secondary"
TERTIARY = "tertiary"