Type Alias GridCellAndValue<T>

GridCellAndValue<T>: {
    cell: GridCell;
    value: T | undefined;
}

Type Parameters

  • T