UNPKG

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