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
/
useDisposableLayer.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
import
{
ComponentInternalInstance
}
from
'vue'
;
export
declare
function
useDisposableLayer
(
layerId
:
string
,
ci
?:
ComponentInternalInstance
):
void
;