UNPKG

nuxt-mapbox

Version:

Elegant Mapbox GL JS integration with Nuxt

4 lines (3 loc) 140 B
import { type Ref } from 'vue'; import { Popup } from "mapbox-gl"; export declare function useMapboxPopupRef(markerID: string): Ref<Popup>;