mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-28 10:01:38 +00:00
sync
This commit is contained in:
6
node_modules/@react-leaflet/core/lib/events.d.ts
generated
vendored
Normal file
6
node_modules/@react-leaflet/core/lib/events.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Evented, LeafletEventHandlerFnMap } from 'leaflet';
|
||||
import type { LeafletElement } from './element.js';
|
||||
export declare type EventedProps = {
|
||||
eventHandlers?: LeafletEventHandlerFnMap;
|
||||
};
|
||||
export declare function useEventHandlers(element: LeafletElement<Evented>, eventHandlers: LeafletEventHandlerFnMap | null | undefined): void;
|
||||
Reference in New Issue
Block a user