UNPKG

165 BTypeScriptView Raw
1declare interface LinearGradientConfiguration {
2 colorStops: Array<string>;
3 toDirection?: string;
4 fallback?: string;
5}
6
7export { LinearGradientConfiguration };