Skip to content

Commit

Permalink
fix(table): type only import for table predicate props (#3920)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixBlaisThon authored Oct 9, 2024
1 parent 6721c5a commit 0da755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mantine/src/components/table/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export {flexRender as renderTableCell} from '@tanstack/react-table';
export * from './Table';
export {TablePredicateProps} from './table-predicate/TablePredicate';
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';

0 comments on commit 0da755e

Please sign in to comment.