mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Add option that can be set for CircleMarker (#8912)
This commit is contained in:
committed by
Masahiro Wakame
parent
484e00f72f
commit
22d18908f7
5
leaflet/leaflet.d.ts
vendored
5
leaflet/leaflet.d.ts
vendored
@@ -3383,6 +3383,11 @@ declare namespace L {
|
||||
*/
|
||||
className?: string;
|
||||
|
||||
/**
|
||||
* Sets the radius of a circle marker.
|
||||
*/
|
||||
radius?: number;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user