UNPKG

ng-azure-maps

Version:
6 lines (5 loc) 146 B
import * as atlas from 'azure-maps-control'; export interface ILayerEvent { layer: atlas.layer.Layer | atlas.layer.Layer[]; event: any; }