UNPKG

vue3-tmap-new

Version:

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

7 lines (6 loc) 280 B
/// <reference types="@map-component/tmap-types" /> /// <reference types="@map-component/tmap-types" /> import { Slots } from 'vue'; export default function (markerCluster: TMap.MarkerCluster, map: TMap.Map, props: { [x: string]: any; }, emit: Function, slots?: Slots): void;