Files
aicyclingcoach-go/node_modules/@react-leaflet/core/lib/pane.d.ts
2025-09-11 07:45:25 -07: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;