UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 version

9 lines (8 loc) 451 B
import { TableNode } from '@appkitreact/react-table-library/types/table'; import { Nullish } from '@appkitreact/react-table-library/types/common'; import { RowHeight } from '@appkitreact/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; };