import type { ShapeGradientStop } from "./ShapeGradientStop.js"; export type ShapeGradient = { stops: Array; kind: string; angleDeg?: number; path?: string; fillToRect?: Array; };