/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare const renderRows: ({ from, to, empty, renderIndex, editRowIndex, editValue, editColumnIndex, editColumnId, setRowSpan, sticky, rowHeight, tryNextRowEdit, onEditStop, onEditStart, onEditValueChange, scrollLeft, columnRenderCount, columnRenderStartIndex, memorizedScrollLeft, }: any, { availableWidth, data, onTransitionEnd, columns, computedPivot, groupColumn, activeRowRef, columnsMap, renderLockedStartCells, renderLockedEndCells, computedOnCellMouseDown, computedEnableRowspan, lockedStartColumns, lockedEndColumns, renderDetailsGrid, editable, rowDetailsWidth, scrollbars, scrollToColumn, scrollToIndexIfNeeded, hasLockedStart, hasLockedEnd, computedShowEmptyRows, setRowSelected, setRowExpanded, toggleRowExpand, toggleNodeExpand, expandOnMouseDown, loadNodeAsync, computedTreeEnabled, computedActiveCell, rtl, naturalRowHeight, lastCellInRange, getCellSelectionKey, onRowContextMenu, columnUserSelect, selectAll, deselectAll, expandGroupTitle, expandColumn, computedCellSelection, lastLockedStartIndex, lastLockedEndIndex, lastUnlockedIndex, computedGroupBy, computedIndexesInGroups, edition, computedLicenseValid, computedGroupCounts, rowHeightManager, maxRowHeight, minRowHeight, editStartEvent, getItemId, firstUnlockedIndex, firstLockedStartIndex, firstLockedEndIndex, maxVisibleRows, onRowMouseEnter, onRowMouseLeave, computedOnRowClick, computedRowDoubleClick, onCellClick, computedCellDoubleClick, onCellSelectionDraggerMouseDown, onCellEnter, onColumnMouseEnter, onColumnMouseLeave, columnIndexHovered, onEditCancel, onEditComplete, computedCellMultiSelectionEnabled, nativeScroll, renderRow, onRenderRow, rowClassName, rowStyle, rowFactory, rowProps: passedProps, rowKey, cellFactory, computedSelected, computedUnselected, treeColumn, renderNodeTool, renderTreeCollapseTool, renderTreeExpandTool, renderGroupCollapseTool, renderGroupExpandTool, renderTreeLoadingTool, rowExpandHeight, isRowExpandedById, computedRenderRowDetails, isRowExpandableAt, computedRowExpandEnabled, computedRowMultiSelectionEnabled, computedRowSelectionEnabled, computedActiveIndex, computedSkip, computedShowZebraRows, computedHasColSpan, rowHeight: initialRowHeight, totalColumnCount, totalComputedWidth, totalLockedStartWidth, totalLockedEndWidth, totalUnlockedWidth, currentDataSourceCount, computedShowCellBorders, emptyScrollOffset, showHorizontalCellBorders, showVerticalCellBorders, getScrollLeftMax, shouldRenderCollapsedRowDetails, rowDetailsStyle, minRowWidth, maxWidth, startIndex, groupNestingSize, treeNestingSize, onGroupToggle, computedCollapsedGroups, computedExpandedGroups, groupPathSeparator, renderGroupTitle, renderGroupTool, renderLockedEndGroupTitle, renderUnlockedGroupTitle, virtualizeColumns, computedLivePagination, onRowReorder, onDragRowMouseDown, theme, onContextMenu, setActiveIndex, currentEditCompletePromise, enableColumnAutosize, columnHoverClassName, computedEnableColumnHover, renderRowDetailsExpandIcon, renderRowDetailsCollapsedIcon, computedOnRowMouseDown, disabledRows, rowFocusClassName, computedCellBulkUpdateMouseDown, computedCellBulkUpdateMouseUp, bulkUpdateMouseDown, }: any) => any; export default renderRows;