File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ import {
2+ layersCommonDefaultProps ,
3+ useDefaults ,
4+ } from "@components/layers/LayersCommonProps" ;
5+
16import type { App } from "vue" ;
27import OlAnimatedClusterlayer from "./OlAnimatedClusterlayer.vue" ;
38import OlHeatmapLayer from "./OlHeatmapLayer.vue" ;
@@ -10,6 +15,7 @@ import OlVectorImageLayer from "./OlVectorImageLayer.vue";
1015import OlWebglTileLayer from "./OlWebglTileLayer.vue" ;
1116import OlWebglVectorLayer from "./OlWebglVectorLayer.vue" ;
1217import type { Vue3OpenlayersGlobalOptions } from "@/types" ;
18+ import type { LayersCommonProps } from "./LayersCommonProps" ;
1319
1420function install ( app : App , options ?: Vue3OpenlayersGlobalOptions ) {
1521 app . component ( "OlAnimatedClusterlayer" , OlAnimatedClusterlayer ) ;
@@ -46,4 +52,7 @@ export {
4652 OlVectorTileLayer ,
4753 OlWebglTileLayer ,
4854 OlWebglVectorLayer ,
55+ type LayersCommonProps ,
56+ layersCommonDefaultProps ,
57+ useDefaults as useLayerDefaults ,
4958} ;
You can’t perform that action at this time.
0 commit comments