interface AnimatedHeatMapColorProps {
    highUsageColor: string;
    lowUsageColor: string;
    staticMapColor: string;
}

Hierarchy (view full)

Properties

highUsageColor: string
lowUsageColor: string
staticMapColor: string