2021-09-24 12:11:38 +02:00
|
|
|
declare module '@vue-leaflet/vue-leaflet' {
|
|
|
|
import type { DefineComponent } from 'vue'
|
|
|
|
export const LMap: DefineComponent
|
|
|
|
export const LIcon: DefineComponent
|
|
|
|
export const LTileLayer: DefineComponent
|
|
|
|
export const LMarker: DefineComponent
|
|
|
|
export const LGeoJson: DefineComponent
|
2022-01-15 16:48:53 +01:00
|
|
|
export const LControlLayers: DefineComponent
|
|
|
|
export const LLayerGroup: DefineComponent
|
2021-09-24 12:11:38 +02:00
|
|
|
}
|