UNPKG

vue3-maplibre-gl

Version:

Vue 3 components and composables for MapLibre GL JS - Build interactive maps with ease

7 lines (6 loc) 492 B
import { ComputedRef, InjectionKey, ShallowRef } from 'vue'; import { GeoJSONSource, Map, SourceSpecification } from 'maplibre-gl'; import { Nullable } from '../types'; export declare const MapProvideKey: InjectionKey<ShallowRef<Nullable<Map>> | ComputedRef<Nullable<Map>>>; export declare const SourceProvideKey: InjectionKey<ShallowRef<Nullable<SourceSpecification | GeoJSONSource>> | ComputedRef<Nullable<SourceSpecification | GeoJSONSource>>>; //# sourceMappingURL=MapProvideKey.d.ts.map