UNPKG

@map-component/vue-tmap

Version:

基于腾讯地图 JavaScript API GL、TypeScript 封装适用于 Vue3 的高性能地图组件库

7 lines (5 loc) 155 B
declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent<{}, {}, unknown>; export default component; }