UNPKG

vue-baidu-map-3x

Version:

vue-baidu-map的vue3版本(支持v2.0、v3.0和webGl api)。Baidu Map Component for Vue 3.0 (support v2.0 、 v3.0 and webGl api)

11 lines (10 loc) 240 B
declare global { interface Window { [key: string]: any; } } declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent<{}, {}, any> export default component }