Rezi
    Preparing search index...

    Type Alias HeatmapProps

    HeatmapProps: Readonly<
        {
            colorScale?: HeatmapColorScale;
            data: readonly (readonly number[])[];
            height?: SizeConstraint;
            id?: string;
            key?: string;
            max?: number;
            min?: number;
            width?: SizeConstraint;
        },
    > & DisplayableProps