mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-31 03:21:37 +00:00
sync
This commit is contained in:
7
node_modules/react-leaflet/lib/TileLayer.d.ts
generated
vendored
Normal file
7
node_modules/react-leaflet/lib/TileLayer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="react" />
|
||||
import { type LayerProps } from '@react-leaflet/core';
|
||||
import { TileLayer as LeafletTileLayer, type TileLayerOptions } from 'leaflet';
|
||||
export interface TileLayerProps extends TileLayerOptions, LayerProps {
|
||||
url: string;
|
||||
}
|
||||
export declare const TileLayer: import("react").ForwardRefExoticComponent<TileLayerProps & import("react").RefAttributes<LeafletTileLayer>>;
|
||||
Reference in New Issue
Block a user