UNPKG

kwikid-agent-dashboard

Version:

KwikID's EKYC Agent Map View Module.

12 lines (11 loc) 559 B
import { EventEmitter, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class TaskPreviewComponent implements OnInit { config: any; data: any; onClickTaskItemAction: EventEmitter<any>; constructor(); ngOnInit(): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<TaskPreviewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TaskPreviewComponent, "task-preview", never, { "config": "config"; "data": "data"; }, { "onClickTaskItemAction": "onClickTaskItemAction"; }, never, never>; }