UNPKG

@yaga/leaflet-ng2

Version:
12 lines (11 loc) 410 B
import { Marker } from "leaflet"; import * as i0 from "@angular/core"; /** * Injectable Angular provider for Leaflet icons to apply to them with Angular DI * @link http://leafletjs.com/reference-1.2.0.html#marker */ export declare class MarkerProvider { ref?: Marker; static ɵfac: i0.ɵɵFactoryDeclaration<MarkerProvider, never>; static ɵprov: i0.ɵɵInjectableDeclaration<MarkerProvider>; }