Type Alias TableCellParams

TableCellParams: {
    cellValue: TableCellData;
    defaultStyle?: DefaultCellStyle;
}