Type alias ProgressSubtleProps

ProgressSubtleProps: {
    value: number;
    variant?: Variant;
} & CoreViewProps

Type declaration

  • value: number
  • Optional variant?: Variant

Generated using TypeDoc