| 10 | import type { PathProps } from './path.js' |
| 11 | |
| 12 | export interface CircleMarkerProps extends CircleMarkerOptions, PathProps { |
| 13 | center: LatLngExpression |
| 14 | children?: ReactNode |
| 15 | } |
| 16 | |
| 17 | export interface CircleProps extends CircleOptions, PathProps { |
| 18 | center: LatLngExpression |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…