kwikid-agent-dashboard
Version:
KwikID's EKYC Agent Map View Module.
11 lines (10 loc) • 472 B
TypeScript
import { OnInit, SimpleChanges } from "@angular/core";
import * as i0 from "@angular/core";
export declare class MapViewComponent implements OnInit {
mapConfig: any;
constructor();
ngOnInit(): Promise<void>;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MapViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MapViewComponent, "map-view", never, { "mapConfig": "mapConfig"; }, {}, never, never>;
}