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
/
loadSDK.d.ts
2 lines
(1 loc)
•
104 B
TypeScript
View Raw
1
2
export
default
function
loadSDK
(
version
:
string
,
key
:
string
,
libraries
?:
string
[]
):
Promise
<
unknown
>;