mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 17:12:23 +00:00
6 lines
374 B
TypeScript
6 lines
374 B
TypeScript
/// <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>>>;
|