UNPKG

@h4wldev/react-naver-maps

Version:

React Navermaps API integration for modern development.

12 lines (9 loc) 477 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ReactElement } from 'react'; import { ClientOptions } from './types/client.js'; declare function loadNavermapsScript(options: ClientOptions): Promise<typeof naver.maps>; type Props = ClientOptions & { children: () => ReactElement; }; declare function LoadNavermapsScript({ children: Children, ...options }: Props): react_jsx_runtime.JSX.Element | null; export { LoadNavermapsScript, loadNavermapsScript };