UNPKG
@h4wldev/react-naver-maps
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
React Navermaps API integration for modern development.
h4wldev/react-naver-maps
@h4wldev/react-naver-maps
/
dist
/
helpers
/
event.d.ts
10 lines
(7 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
react_jsx_runtime
from
'react/jsx-runtime'
;
type
Props
= {
events
:
string
[];
listeners
:
Record
<
string
,
(
...
args
:
any
[]
) =>
any
>; };
declare
function
HandleEvents
(
props
:
Props
): react_jsx_runtime.
JSX
.
Element
;
export
{
HandleEvents
};