/opt/canhelp/node_modules/react-leaflet/lib
Edit: /opt/canhelp/node_modules/react-leaflet/lib/TileLayer.d.ts (366B)
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
>;