FitTrackee/fittrackee_client/src/vue-leaflet.d.ts

11 lines
381 B
TypeScript
Raw Normal View History

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
export const LControlLayers: DefineComponent
export const LLayerGroup: DefineComponent
}