/opt/canhelp/node_modules/@react-leaflet/core/lib
Edit: /opt/canhelp/node_modules/@react-leaflet/core/lib/media-overlay.d.ts (574B)
import { type ImageOverlayOptions, type LatLngBoundsExpression, type ImageOverlay as LeafletImageOverlay, type SVGOverlay as LeafletSVGOverlay, type VideoOverlay as LeafletVideoOverlay } from 'leaflet';
import type { InteractiveLayerProps } from './layer.js';
export interface MediaOverlayProps extends ImageOverlayOptions, InteractiveLayerProps {
bounds: LatLngBoundsExpression;
}
export declare function updateMediaOverlay
(overlay: E, props: P, prevProps: P): void;