UNPKG

@map-component/react-tmap

Version:

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

5 lines (4 loc) 169 B
/// <reference types="@map-component/tmap-types" /> import React from 'react'; declare const MapContext: React.Context<TMap.Map | undefined>; export { MapContext };