UNPKG

199 BTypeScriptView Raw
1declare interface RadialGradientConfiguration {
2 colorStops: Array<string>;
3 extent?: string;
4 fallback?: string;
5 position?: string;
6 shape?: string;
7}
8
9export { RadialGradientConfiguration };