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

Interface CircleMarkerProps

packages/core/src/circle.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import type { PathProps } from './path.js'
11
12export interface CircleMarkerProps extends CircleMarkerOptions, PathProps {
13 center: LatLngExpression
14 children?: ReactNode
15}
16
17export interface CircleProps extends CircleOptions, PathProps {
18 center: LatLngExpression

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…