/opt/canhelp/node_modules/react-leaflet/lib
Edit: /opt/canhelp/node_modules/react-leaflet/lib/hooks.d.ts (346B)
import type { LeafletEventHandlerFnMap, Map as LeafletMap } from 'leaflet';
export declare function useMap(): LeafletMap;
export declare function useMapEvent
(type: T, handler: LeafletEventHandlerFnMap[T]): LeafletMap;
export declare function useMapEvents(handlers: LeafletEventHandlerFnMap): LeafletMap;