From 57229d3354ac1b10b5b4e1d0799729e82691cfbe Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 6 Dec 2018 16:15:32 -0500 Subject: [PATCH] Add fill-extrusion-vertical-gradient --- types/mapbox-gl/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/mapbox-gl/index.d.ts b/types/mapbox-gl/index.d.ts index f3389876b9..384cea55b6 100644 --- a/types/mapbox-gl/index.d.ts +++ b/types/mapbox-gl/index.d.ts @@ -1319,6 +1319,7 @@ declare namespace mapboxgl { 'fill-extrusion-height-transition'?: Transition; 'fill-extrusion-base'?: number | StyleFunction | Expression; 'fill-extrusion-base-transition'?: Transition; + 'fill-extrusion-vertical-gradient'?: boolean; } export interface LineLayout {