mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-03 21:11:42 +00:00
sync
This commit is contained in:
7
node_modules/react-leaflet/lib/LayerGroup.d.ts
generated
vendored
7
node_modules/react-leaflet/lib/LayerGroup.d.ts
generated
vendored
@@ -1,7 +0,0 @@
|
||||
import { type EventedProps } from '@react-leaflet/core';
|
||||
import { LayerGroup as LeafletLayerGroup, type LayerOptions } from 'leaflet';
|
||||
import type { ReactNode } from 'react';
|
||||
export interface LayerGroupProps extends LayerOptions, EventedProps {
|
||||
children?: ReactNode;
|
||||
}
|
||||
export declare const LayerGroup: import("react").ForwardRefExoticComponent<LayerGroupProps & import("react").RefAttributes<LeafletLayerGroup<any>>>;
|
||||
Reference in New Issue
Block a user