/opt/canhelp/node_modules/@react-leaflet/core/lib
Edit: /opt/canhelp/node_modules/@react-leaflet/core/lib/layer.d.ts (677B)
import type { InteractiveLayerOptions, Layer, LayerOptions } from 'leaflet';
import { type LeafletContextInterface } from './context.js';
import type { ElementHook, LeafletElement } from './element.js';
import { type EventedProps } from './events.js';
export interface LayerProps extends EventedProps, LayerOptions {
}
export interface InteractiveLayerProps extends LayerProps, InteractiveLayerOptions {
}
export declare function useLayerLifecycle(element: LeafletElement
, context: LeafletContextInterface): void;
export declare function createLayerHook(useElement: ElementHook): (props: P) => ReturnType>;