mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-30 19:12:16 +00:00
sync
This commit is contained in:
5
node_modules/react-leaflet/lib/CircleMarker.d.ts
generated
vendored
Normal file
5
node_modules/react-leaflet/lib/CircleMarker.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/// <reference types="react" />
|
||||
import { type CircleMarkerProps } from '@react-leaflet/core';
|
||||
import { CircleMarker as LeafletCircleMarker } from 'leaflet';
|
||||
export type { CircleMarkerProps } from '@react-leaflet/core';
|
||||
export declare const CircleMarker: import("react").ForwardRefExoticComponent<CircleMarkerProps & import("react").RefAttributes<LeafletCircleMarker<any>>>;
|
||||
Reference in New Issue
Block a user