UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

7 lines (6 loc) 202 B
export declare class ProgressbarConfig { /** if `true` changing value of progress bar will be animated */ animate: Boolean; /** maximum total value of progress element */ max: number; }