UNPKG

react-naver-maps

Version:

React Navermaps API integration for modern development.

8 lines (6 loc) 188 B
declare type Props = { events: string[]; listeners: Record<string, (...args: any[]) => any>; }; declare function HandleEvents(props: Props): JSX.Element; export { HandleEvents };