MCPcopy
hub / github.com/PaulLeCam/react-leaflet / CircleProps

Interface CircleProps

packages/core/src/circle.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface CircleProps extends CircleOptions, PathProps {
18 center: LatLngExpression
19 children?: ReactNode
20}
21
22export function updateCircle<P extends CircleMarkerProps | CircleProps>(
23 layer: LeafletCircle<P> | LeafletCircleMarker<P>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…