Type Alias: ProgressVariant
type ProgressVariant =
| "error"
| "info"
| "primary"
| "secondary"
| "success"
| "warning";
Defined in: src/theme/components/types.ts:101
Visual style variants for progress components
type ProgressVariant =
| "error"
| "info"
| "primary"
| "secondary"
| "success"
| "warning";
Defined in: src/theme/components/types.ts:101
Visual style variants for progress components