@table-library/react-table-library
Version:
react-table-library
4 lines (3 loc) • 390 B
TypeScript
import { TableNode } from '@table-library/react-table-library/table/index';
import { VirtualizedTableProps } from '@table-library/react-table-library/types/compact';
export declare const VirtualizedTable: <T extends TableNode>({ tableList, columns, rowProps, rowOptions, virtualizedOptions, ...tableProps }: VirtualizedTableProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element;