ngx-bootstrap
Version:
Angular Bootstrap
10 lines (9 loc) • 378 B
TypeScript
import * as i0 from "@angular/core";
export declare class ProgressbarConfig {
/** if `true` changing value of progress bar will be animated */
animate: boolean;
/** maximum total value of progress element */
max: number;
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ProgressbarConfig>;
}