UNPKG
@advisr/v-mapbox
Version:
latest (5.1.3)
legacy (1.12.0)
5.1.3
5.1.2
5.1.1
1.12.0
Maplibre (and Mapbox) with Vue 💚
v-mapbox.geospoc.io
advisr.io/v-mapbox
@advisr/v-mapbox
/
dist
/
constants
/
events
/
layer.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
import
{
MapLayerEventType
}
from
'maplibre-gl'
;
export
declare
const
mapLayerEvents
:
Array
<keyof
MapLayerEventType
>;