UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

5 lines (4 loc) 141 B
import type { App, Plugin } from 'vue'; export declare const makeInstaller: (components?: Plugin[]) => { install: (app: App) => void; };