mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-29 18:41:51 +00:00
sync
This commit is contained in:
8
node_modules/react-leaflet/lib/WMSTileLayer.d.ts
generated
vendored
8
node_modules/react-leaflet/lib/WMSTileLayer.d.ts
generated
vendored
@@ -1,8 +0,0 @@
|
||||
/// <reference types="react" />
|
||||
import { type LayerProps } from '@react-leaflet/core';
|
||||
import { TileLayer, type WMSOptions, type WMSParams } from 'leaflet';
|
||||
export interface WMSTileLayerProps extends WMSOptions, LayerProps {
|
||||
params?: WMSParams;
|
||||
url: string;
|
||||
}
|
||||
export declare const WMSTileLayer: import("react").ForwardRefExoticComponent<WMSTileLayerProps & import("react").RefAttributes<TileLayer.WMS>>;
|
||||
Reference in New Issue
Block a user