database-petani-mobile/node_modules/@react-leaflet/core/lib/pane.d.ts
2026-02-23 16:39:35 +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;