UNPKG

ngx-slice-kit

Version:

[![npm version](https://badge.fury.io/js/ngx-slice-kit.svg)](https://badge.fury.io/js/ngx-slice-kit)

15 lines (14 loc) 590 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ProgressComponent { val: number; small: boolean; max: number; min: number; set value(val: number); get value(): number; progressEnd: EventEmitter<any>; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "sdk-progress", never, { "small": "small"; "max": "max"; "min": "min"; "value": "value"; }, { "progressEnd": "progressEnd"; }, never, never, false>; }