mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
PolylineOptions should extend PathOption
`PolylineOptions` should extend `PathOptions`, so that user could supply options in the base class
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