Type alias ProgressCircleProps

ProgressCircleProps: {
    size?: number;
    thickness?: number;
    value: number;
    variant?: Variant;
} & CoreViewProps

Type declaration

  • Optional size?: number
  • Optional thickness?: number
  • value: number
  • Optional variant?: Variant

Generated using TypeDoc