mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix mapbox_gl CirclePaint option name (#15088)
This commit is contained in:
committed by
Mohamed Hegazy
parent
241e444a43
commit
b657030e9c
Vendored
+1
-1
@@ -978,7 +978,7 @@ declare namespace mapboxgl {
|
||||
"circle-translate-anchor"?: "map" | "viewport";
|
||||
"circle-pitch-scale"?: "map" | "viewport";
|
||||
"circle-stroke-width"?: number | StyleFunction;
|
||||
"circle-stoke-color"?: string | StyleFunction;
|
||||
"circle-stroke-color"?: string | StyleFunction;
|
||||
"circle-stroke-opactiy"?: number | StyleFunction;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user