mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-27 07:54:36 +00:00
* Changes to mutiple classes Fixed types of PolygonGraphics - the type of fill property should be boolean - the types in constructor's options object should match the types of the class properties Fixed types of LabelGraphics - the font property is a string specifying the CSS font - see change notes to PolygonGraphics Fixed types of EllipseGraphics - the outlineColor prop is of type Color, not Property - see change notes to PolygonGraphics * Fixed types of LabelGraphics - fillColor type changed to Color - outlineColor type changed to Color - outlineWidth type changed to number * Fixed types in EllipseGraphics * Updated PolygonGraphics material property accepts both MaterialProperty and Color types * Updated types in EllipseGraphics