NeahNew/node_modules/@react-leaflet/core/lib/grid-layer.d.ts
2025-05-04 17:02:25 +02:00

3 lines
190 B
TypeScript

import type { GridLayer, GridLayerOptions } from 'leaflet';
export declare function updateGridLayer<E extends GridLayer, P extends GridLayerOptions>(layer: E, props: P, prevProps: P): void;