UNPKG

@appkitreact/react-table-library

Version:

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

4 lines (3 loc) 386 B
import { TableNode } from '@appkitreact/react-table-library/table/index'; import { VirtualizedTableProps } from '@appkitreact/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;