12 lines
416 B
TypeScript
12 lines
416 B
TypeScript
|
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 LPolyline: DefineComponent
|
||
|
export const LPolygon: DefineComponent
|
||
|
export const LRectangle: DefineComponent
|
||
|
}
|