Type Alias GradientStop

GradientStop: {
    offset: number;
    stopColor: string;
    stopOpacity?: number;
}