Merge pull request #14435 from alex3165/fix/mapbox-gl

Add bundled version of mapbox-gl to the definition
This commit is contained in:
Arthur Ozga
2017-02-06 13:46:58 -08:00
committed by GitHub
+4
View File
@@ -986,3 +986,7 @@ declare namespace mapboxgl {
declare module 'mapbox-gl' {
export = mapboxgl;
}
declare module 'mapbox-gl/dist/mapbox-gl' {
export = mapboxgl;
}