diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 6c487c3eb..37abb90fb 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -3383,6 +3383,11 @@ declare namespace L { */ className?: string; + /** + * Sets the radius of a circle marker. + */ + radius?: number; + } }