All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.services.essentials.gradient-utils.d.ts Maven / Gradle / Ivy

import { Service } from '../service';
export declare class GradientUtils extends Service {
    static appendOrUpdateLinearGradient(configs: any): void;
    static getOffsetRatio(domain: any): string;
    static getStops(domain: any, color: string): object[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy