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
/
utils
/
symbols.d.ts
5 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Map
}
from
'maplibre-gl'
;
import
type
{
InjectionKey
,
Ref
}
from
'vue'
;
declare
const
MapKey
:
InjectionKey
<
Ref
<
Map
>>;
export
{
MapKey
};