UNPKG

119 BTypeScriptView Raw
1export interface Gradient {
2 offset: number;
3 originalOffset?: number;
4 color: string;
5 opacity: number;
6}