UNPKG

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