mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
missing types in declaration for source in Layer (#18241)
Add an optional extended description…
This commit is contained in:
committed by
Sheetal Nandi
parent
7f966ebe48
commit
4bb9d6ce15
Vendored
+1
-1
@@ -901,7 +901,7 @@ declare namespace mapboxgl {
|
||||
metadata?: any;
|
||||
ref?: string;
|
||||
|
||||
source?: string;
|
||||
source?: string | VectorSource | RasterSource | GeoJSONSource | ImageSource | VideoSource | GeoJSONSourceRaw;
|
||||
|
||||
"source-layer"?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user