UNPKG

@h4wldev/react-naver-maps

Version:

React Navermaps API integration for modern development.

10 lines (7 loc) 255 B
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 };