UNPKG

374 BTypeScriptView Raw
1/// <reference types="react" />
2import type { CircleMarkerProps } from '@react-leaflet/core';
3import { CircleMarker as LeafletCircleMarker } from 'leaflet';
4export type { CircleMarkerProps } from '@react-leaflet/core';
5export declare const CircleMarker: import("react").ForwardRefExoticComponent<CircleMarkerProps & import("react").RefAttributes<LeafletCircleMarker<any>>>;