diff --git a/src/layers/mapbox/VLayerMapboxGeojson.vue b/src/layers/mapbox/VLayerMapboxGeojson.vue
index 6d2b1cd3..9ebb28d3 100644
--- a/src/layers/mapbox/VLayerMapboxGeojson.vue
+++ b/src/layers/mapbox/VLayerMapboxGeojson.vue
@@ -4,7 +4,6 @@
diff --git a/types/layers/mapbox/VLayerMapboxGeojson.vue.d.ts b/types/layers/mapbox/VLayerMapboxGeojson.vue.d.ts
index 33a2ab8b..6f613068 100644
--- a/types/layers/mapbox/VLayerMapboxGeojson.vue.d.ts
+++ b/types/layers/mapbox/VLayerMapboxGeojson.vue.d.ts
@@ -1,5 +1,4 @@
///
-import type { FeatureCollection } from 'geojson';
import type { AnyLayer, GeoJSONSourceRaw } from 'mapbox-gl';
import type { PropType } from 'vue';
declare const _default: import('vue').DefineComponent<
@@ -15,13 +14,7 @@ declare const _default: import('vue').DefineComponent<
required: true;
};
source: {
- type: PropType<
- | FeatureCollection<
- import('geojson').Geometry,
- import('geojson').GeoJsonProperties
- >
- | GeoJSONSourceRaw
- >;
+ type: PropType;
required: true;
};
layer: {
@@ -59,13 +52,7 @@ declare const _default: import('vue').DefineComponent<
required: true;
};
source: {
- type: PropType<
- | FeatureCollection<
- import('geojson').Geometry,
- import('geojson').GeoJsonProperties
- >
- | GeoJSONSourceRaw
- >;
+ type: PropType;
required: true;
};
layer: {
diff --git a/types/map/VMap.vue.d.ts b/types/map/VMap.vue.d.ts
index d5e9647b..7dfed2f6 100644
--- a/types/map/VMap.vue.d.ts
+++ b/types/map/VMap.vue.d.ts
@@ -9,7 +9,9 @@ declare const _default: import('vue').DefineComponent<
default: () => {};
};
},
- void,
+ {
+ getContainer: () => string;
+ },
unknown,
{},
{},