interface ColorGradientLegendProps {
    endColor: string;
    endLabel: string;
    heading: string;
    startColor: string;
    startLabel: string;
    textColor: string;
}

Properties

endColor: string
endLabel: string
heading: string
startColor: string
startLabel: string
textColor: string