diff --git a/types/scenegraph.d.ts b/types/scenegraph.d.ts index 885010d..8033215 100644 --- a/types/scenegraph.d.ts +++ b/types/scenegraph.d.ts @@ -254,6 +254,9 @@ declare class LinearGradientFill { public setEndPoints(startX: number, startY: number, endX: number, endY: number); } +/** + * **The RadialGradientFill type is not documented and its API may change. Plugins currently cannot modify or otherwise work with radial gradients.** + */ declare class RadialGradientFill { // TODO: Waiting for documentation to arrive }