NeahNew/node_modules/@react-leaflet/core/lib/pane.d.ts
2025-05-04 17:02:25 +02:00

4 lines
211 B
TypeScript

import type { LayerOptions } from 'leaflet';
import type { LeafletContextInterface } from './context.js';
export declare function withPane<P extends LayerOptions>(props: P, context: LeafletContextInterface): P;