UNPKG

@r2don/react-naver-map

Version:

## Introduction

5 lines (4 loc) 245 B
/// <reference types="navermaps" /> import type { Nullable } from "../../types"; import type { EventHandlers } from "./type"; export declare const useEventHandlers: (map: Nullable<naver.maps.Map>, eventHandlers: Partial<EventHandlers>) => void;