Type Alias: HelperTextVariant

HelperTextVariant = "default" | "success" | "error" | "warning"

Semantic variants supported by the shared helper text component.

Example

const variant: HelperTextVariant = 'error';