mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #4649 from Jimexist/patch-2
PolylineOptions should extend PathOption
This commit is contained in:
Vendored
+1
-1
@@ -3448,7 +3448,7 @@ declare module L {
|
||||
|
||||
declare module L {
|
||||
|
||||
export interface PolylineOptions {
|
||||
export interface PolylineOptions extends PathOptions {
|
||||
|
||||
/**
|
||||
* How much to simplify the polyline on each zoom level. More means better performance
|
||||
|
||||
Reference in New Issue
Block a user