Files
Housekeeping-web-admin/node_modules/@react-leaflet/core/lib/pane.d.ts
T
2026-06-24 09:48:54 +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;