UNPKG

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