UNPKG
@map-component/react-tmap
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
基于腾讯地图JavaScript API GL、TypeScript 封装适用于 react 的高性能地图组件库
didi.github.io/react-tmap/
didi/react-tmap
@map-component/react-tmap
/
dist
/
context.d.ts
5 lines
(4 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="@map-component/tmap-types" />
import
React
from
'react'
;
declare
const
MapContext
:
React
.
Context
<
TMap
.
Map
|
undefined
>;
export
{
MapContext
};