UNPKG

@table-library/react-table-library

Version:
9 lines (8 loc) 457 B
import { TableNode } from '@table-library/react-table-library/types/table'; import { Nullish } from '@table-library/react-table-library/types/common'; import { RowHeight } from '@table-library/react-table-library/types/virtualized'; export declare const getRowHeight: (rowHeight: RowHeight | Nullish, item: TableNode, index: number) => number; export declare const SHARED_VIRTUALIZE_STYLE: { display: string; gridTemplateColumns: string; };