mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add option that can be set for CircleMarker (#8912)
This commit is contained in:
committed by
Masahiro Wakame
parent
484e00f72f
commit
22d18908f7
Vendored
+5
@@ -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