UNPKG

ngx-bootstrap

Version:
8 lines (7 loc) 185 B
export type ProgressbarType = 'success' | 'info' | 'warning' | 'danger'; export interface BarValue { type: ProgressbarType; label: string; value: number; max: number; }