UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

12 lines (11 loc) 558 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LevelButtonComponent { level: string; buttonActive: boolean; idColor: string; isClicked: EventEmitter<boolean>; clickAction(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LevelButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LevelButtonComponent, "ipt-level-button", never, { "level": "level"; "buttonActive": "buttonActive"; "idColor": "idColor"; }, { "isClicked": "isClicked"; }, never, never, false>; }