UNPKG

@advisr/v-mapbox

Version:

Maplibre (and Mapbox) with Vue 💚

5 lines (4 loc) • 151 B
import type { Map } from 'maplibre-gl'; import type { InjectionKey, Ref } from 'vue'; declare const MapKey: InjectionKey<Ref<Map>>; export { MapKey };