mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-04 13:31:47 +00:00
sync
This commit is contained in:
7
node_modules/react-leaflet/lib/LayerGroup.d.ts
generated
vendored
Normal file
7
node_modules/react-leaflet/lib/LayerGroup.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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