UNPKG

kwikid-agent-dashboard

Version:

KwikID's EKYC Agent Map View Module.

15 lines (14 loc) 572 B
import { OnInit, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class StatusPillComponent implements OnInit { config: any; status: any; styles: {}; value: string; constructor(); ngOnInit(): Promise<void>; ngOnChanges(changes: SimpleChanges): void; setupStatus(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StatusPillComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StatusPillComponent, "status-pill", never, { "config": "config"; "status": "status"; }, {}, never, never>; }