UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

8 lines (7 loc) 529 B
export {flexRender as renderTableCell} from '@tanstack/react-table'; export * from './Table'; export {type TablePredicateProps} from './table-predicate/TablePredicate'; export {type TableAction, type TableLayout, type TableLayoutProps, type TableProps} from './Table.types'; export {useTableContext} from './TableContext'; export {useTable, type TableState, type TableStore, type UseTableOptions} from './use-table'; export {useUrlSyncedState, type UseUrlSyncedStateOptions, type SearchParamEntry} from './use-url-synced-state';