UNPKG

nuxt-mapbox

Version:

Elegant Mapbox GL JS integration with Nuxt

4 lines (3 loc) 150 B
import { type Ref } from 'vue'; import { Marker } from "mapbox-gl"; export declare function useMapboxMarkerRef(markerID: string): Ref<Marker | null>;