Spaces:
Sleeping
Sleeping
File size: 190 Bytes
391a73c | 1 2 3 | import type { GridLayer, GridLayerOptions } from 'leaflet';
export declare function updateGridLayer<E extends GridLayer, P extends GridLayerOptions>(layer: E, props: P, prevProps: P): void;
|