From 06365b4fd3981f061afe062a611bb5ce32bb7e6e Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 22 Aug 2017 10:56:59 -0700 Subject: [PATCH] leaflet: Fix compile errors (#19079) --- types/leaflet/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/leaflet/index.d.ts b/types/leaflet/index.d.ts index dc11895dc5..a5a0cf112c 100644 --- a/types/leaflet/index.d.ts +++ b/types/leaflet/index.d.ts @@ -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