type alias ProgressVariant

Definition

"default" | "success" | "warning" | "error" | "primary"

Usage

import { type ProgressVariant } from ".";