UNPKG

ngx-bootstrap

Version:
7 lines (6 loc) 239 B
export declare class ProgressbarConfig { /** if `true` changing value of progress bar will be animated (note: not supported by Bootstrap 4) */ animate: Boolean; /** maximum total value of progress element */ max: number; }