UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

6 lines (5 loc) 475 B
import { type PagamioMantineTableProps } from './types'; declare const PagamioTable: <T extends { id: string | number; }>({ columns, data, pagination, sorting, filtering, search, exportable, addButton, addText, onAdd, onClearFilters, handleSearchTable, showClearFilters, showApplyFilterButton, searctInputPlaceHolder, expandable, renderExpandableComponent, ...props }: PagamioMantineTableProps<T>) => import("react/jsx-runtime").JSX.Element; export default PagamioTable;