UNPKG

239 BTypeScriptView Raw
1export declare class ProgressbarConfig {
2 /** if `true` changing value of progress bar will be animated (note: not supported by Bootstrap 4) */
3 animate: Boolean;
4 /** maximum total value of progress element */
5 max: number;
6}