digitinary-ui
Version:
Digitinary UI Library
5 lines (4 loc) • 333 B
TypeScript
import { TableProps } from '../../types';
import './style.scss';
declare const Table: ({ id, headCells, data, sort, setSort, currentHeadCell, setCurrentHeadCell, fallback, footer, onRowClick, selectableRow, selectedRowId, rowDataId, paginationOptions, }: TableProps) => import("react/jsx-runtime").JSX.Element;
export default Table;