Interface TinyColorOptions

interface TinyColorOptions {
    format: string;
    gradientType: string;
}

Properties

Properties

format: string
gradientType: string