UNPKG

nuxt-mapbox

Version:

Elegant Mapbox GL JS integration with Nuxt

3 lines (2 loc) 132 B
import { Popup } from "mapbox-gl"; export declare function useMapboxPopup(popupID: string, callback: (popup: Popup) => void): void;