@indoorequal/vue-maplibre-gl
Version:
Vue 3 plugin for maplibre-gl
6 lines (5 loc) • 316 B
TypeScript
import { Ref } from 'vue';
import { Source } from 'maplibre-gl';
import { SourceOptionProps } from '../types';
import { SourceLayerRegistry } from '../lib/sourceLayer.registry';
export declare function useSource(source: Ref<Source | undefined | null>, props: SourceOptionProps, registry: SourceLayerRegistry): void;