@table-library/react-table-library
Version:
react-table-library
9 lines (8 loc) • 457 B
TypeScript
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;
};