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