UNPKG

@tourmalinecore/react-table-responsive

Version:

React Table Responsive

3 lines (2 loc) 443 B
import { DesktopTableProps } from '../../../types/types'; export declare function DesktopTable<TData>({ tableId, getHeaderGroups, getRowModel, getFooterGroups, noFooter, noFilters, tcLoading, tcIsStriped, getState, setPageSize, tcPageSizeOptions, getRowCount, firstPage, previousPage, getCanPreviousPage, nextPage, lastPage, getCanNextPage, getPageCount, languageStrings, }: DesktopTableProps<TData>): import("react/jsx-runtime").JSX.Element;