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
/
useEvent.d.ts
4 lines
(3 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
/// <reference types="@map-component/tmap-types" />
declare
const
useEvent
:
(
overlay
:
TMap
.
GeometryOverlay
|
TMap
.
Map
|
undefined
,
props
:
any
) =>
void
;
export
default
useEvent;