missing types in declaration for source in Layer (#18241)

Add an optional extended description…
This commit is contained in:
Sebastian Clausen 2017-08-05 02:07:24 +02:00 committed by Sheetal Nandi
parent 7f966ebe48
commit 4bb9d6ce15

View File

@ -901,7 +901,7 @@ declare namespace mapboxgl {
metadata?: any;
ref?: string;
source?: string;
source?: string | VectorSource | RasterSource | GeoJSONSource | ImageSource | VideoSource | GeoJSONSourceRaw;
"source-layer"?: string;