UNPKG

vue-maplibre-gl

Version:
6 lines (5 loc) 347 B
import { PositionProp } from '../components/controls/position.enum'; import { WatchSource } from '@vue/runtime-core'; import { IControl, Map } from 'maplibre-gl'; import { ShallowRef } from 'vue'; export declare function usePositionWatcher(source: WatchSource<PositionProp | undefined>, map: ShallowRef<Map | undefined>, control: IControl): void;