UNPKG
@indoorequal/vue-maplibre-gl
Version:
latest (8.4.2)
8.4.2
8.4.1
8.4.0
8.3.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.7.1
7.7.0
7.6.2
7.6.1
7.6.0
7.5.1
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
5.0.0
4.3.0
4.2.0
4.1.2
4.1.1
4.0.0
Vue 3 plugin for maplibre-gl
github.com/indoorequal/vue-maplibre-gl
indoorequal/vue-maplibre-gl
@indoorequal/vue-maplibre-gl
/
dist
/
lib
/
composable
/
usePositionWatcher.d.ts
4 lines
(3 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
import
{
ShallowRef
,
WatchSource
}
from
'vue'
;
import
{
IControl
,
Map
,
ControlPosition
}
from
'maplibre-gl'
;
export
declare
function
usePositionWatcher
(
source: WatchSource<ControlPosition |
undefined
>, map: ShallowRef<
Map
|
undefined
>, control: IControl
):
void
;