UNPKG

kwikid-agent-dashboard

Version:

KwikID's EKYC Agent Map View Module.

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