mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 17:12:23 +00:00
sync
This commit is contained in:
6
node_modules/@react-leaflet/core/lib/media-overlay.d.ts
generated
vendored
6
node_modules/@react-leaflet/core/lib/media-overlay.d.ts
generated
vendored
@@ -1,6 +0,0 @@
|
||||
import { type LatLngBoundsExpression, type ImageOverlay as LeafletImageOverlay, type ImageOverlayOptions, 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<E extends LeafletImageOverlay | LeafletSVGOverlay | LeafletVideoOverlay, P extends MediaOverlayProps>(overlay: E, props: P, prevProps: P): void;
|
||||
Reference in New Issue
Block a user