UNPKG

@teamsparta/stack-button

Version:
7 lines (5 loc) 286 B
type ButtonSize = "xs" | "sm" | "md" | "lg" | "xl"; type ButtonVariant = "solid" | "outline"; type ButtonColorScheme = "primary" | "secondary" | "tertiary" | "error"; type ButtonRadius = "square" | "rounded"; export type { ButtonColorScheme, ButtonRadius, ButtonSize, ButtonVariant };