ProgressPropsinterface

{
	value?: Nullish<number>;
	min?: number;
	max?: number;
}
PropertyType
.valueNullish<number>
Position within the minmax range, or null/undefined/omitted for an indeterminate bar.
.minnumber
.maxnumber

Props for Progress, a continuous horizontal progress bar.