mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
missing types in declaration for source in Layer (#18241)
Add an optional extended description…
This commit is contained in:
parent
7f966ebe48
commit
4bb9d6ce15
2
types/mapbox-gl/index.d.ts
vendored
2
types/mapbox-gl/index.d.ts
vendored
@ -901,7 +901,7 @@ declare namespace mapboxgl {
|
||||
metadata?: any;
|
||||
ref?: string;
|
||||
|
||||
source?: string;
|
||||
source?: string | VectorSource | RasterSource | GeoJSONSource | ImageSource | VideoSource | GeoJSONSourceRaw;
|
||||
|
||||
"source-layer"?: string;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user