Type Alias: ButtonColor

ButtonColor = "default" | "success" | "warning" | "danger"

Semantic color variants available for action components.

Example

const color: ButtonColor = 'default';