| 15 | } |
| 16 | |
| 17 | export interface CircleProps extends CircleOptions, PathProps { |
| 18 | center: LatLngExpression |
| 19 | children?: ReactNode |
| 20 | } |
| 21 | |
| 22 | export function updateCircle<P extends CircleMarkerProps | CircleProps>( |
| 23 | layer: LeafletCircle<P> | LeafletCircleMarker<P>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…