mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
leaflet: Fix compile errors (#19079)
This commit is contained in:
parent
ecdb51e2bd
commit
06365b4fd3
2
types/leaflet/index.d.ts
vendored
2
types/leaflet/index.d.ts
vendored
@ -761,7 +761,7 @@ declare namespace L {
|
||||
/**
|
||||
* Sets the given path options to each layer of the group that has a setStyle method.
|
||||
*/
|
||||
setStyle(style: PathOptions): this;
|
||||
setStyle(style: StyleFunction): this;
|
||||
|
||||
/**
|
||||
* Brings the layer group to the top of all other layers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user