UNPKG

esri-leaflet-vector

Version:

Esri vector basemap and vector tile layer plugin for Leaflet.

9 lines (8 loc) 338 B
declare module "esri-leaflet-vector" { export function vectorBasemapLayer(key: any, options: any): any; export var VectorBasemapLayer: any; export function vectorTileLayer(key: any, options: any): any; export var VectorTileLayer: any; export function maplibreGLJSLayer(options: any): any; export var MaplibreGLJSLayer: any; }