UNPKG

@obliczeniowo/elementary

Version:
13 lines (12 loc) 784 B
import * as i0 from "@angular/core"; export declare class ProgressButtonComponent { /** if not undefined then display progress bar with % value */ progress: import("@angular/core").InputSignal<number | undefined>; /** disable light effect */ light: import("@angular/core").InputSignal<boolean>; real: import("@angular/core").Signal<number>; get disabled(): number | undefined; button: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ProgressButtonComponent, "button[obl-progress]", never, { "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "light": { "alias": "light"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>; }