UNPKG

@react-leaflet/core

Version:
4 lines (3 loc) 211 B
import type { LayerOptions } from 'leaflet'; import type { LeafletContextInterface } from './context.js'; export declare function withPane<P extends LayerOptions>(props: P, context: LeafletContextInterface): P;