mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix mapbox_gl CirclePaint option name (#15088)
This commit is contained in:
parent
241e444a43
commit
b657030e9c
2
mapbox-gl/index.d.ts
vendored
2
mapbox-gl/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user