@tourmalinecore/react-table-responsive
Version:
React Table Responsive
3 lines (2 loc) • 376 B
TypeScript
import { ClientTableProps } from '../../types/types';
export declare function ClientTable<TData>({ tableId, columns, tcLoading, tcIsStriped, tcOrder, data, tcMaxStillMobileBreakpoint, tcRenderMobileTitle, tcPageSizeOptions, tcActions, tcLanguage, tcOnFiltersChange, tcEnableTableStatePersistence, ...props }: ClientTableProps<TData>): import("react/jsx-runtime").JSX.Element;