Type Alias: HelperTextColor

HelperTextColor = "default" | "success" | "warning" | "danger"

Semantic colors supported by the shared helper text component.

Example

const color: HelperTextColor = 'danger';