mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #14435 from alex3165/fix/mapbox-gl
Add bundled version of mapbox-gl to the definition
This commit is contained in:
Vendored
+4
@@ -986,3 +986,7 @@ declare namespace mapboxgl {
|
||||
declare module 'mapbox-gl' {
|
||||
export = mapboxgl;
|
||||
}
|
||||
|
||||
declare module 'mapbox-gl/dist/mapbox-gl' {
|
||||
export = mapboxgl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user