UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

12 lines (11 loc) 589 B
export {flexRender as renderTableCell} from '@tanstack/react-table'; export {type TablePredicateProps} from './components/Table/table-predicate/TablePredicate.js'; export {Table, TableComponentsOrder, type PlasmaTableFactory} from './components/Table/Table.js'; export { type TableAction, type TableLayout, type TableLayoutProps, type TableProps, } from './components/Table/Table.types.js'; export {useTableContext} from './components/Table/TableContext.js'; export {useTable, type TableState, type TableStore, type UseTableOptions} from './components/Table/use-table.js';