UNPKG

nuxt-mapbox

Version:

Elegant Mapbox GL JS integration with Nuxt

3 lines (2 loc) 167 B
import { Map, type IControl } from 'mapbox-gl'; export declare function defineMapboxControl(onAdd: (map: Map) => HTMLElement, onRemove: (map: Map) => void): IControl;