UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

10 lines (8 loc) 199 B
declare interface RadialGradientConfiguration { colorStops: Array<string>; extent?: string; fallback?: string; position?: string; shape?: string; } export { RadialGradientConfiguration };