interface HeatMapInitializerState {
    MapHeat?: MapHeat;
    heatMapColorProps?: HeatMapColorProps;
}

Properties

MapHeat?: MapHeat
heatMapColorProps?: HeatMapColorProps