Skip to content

Commit

Permalink
fix(Table): export sortable list (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: kseniyakuzina <[email protected]>
  • Loading branch information
kseniya57 and kseniyakuzina authored Nov 14, 2024
1 parent 4015682 commit 96622be
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
export {BaseTable, ReorderingProvider, SortIndicator, Table, TableSettings} from './components';
export {
BaseTable,
ReorderingProvider,
SortIndicator,
Table,
TableSettings,
SortableListContext,
} from './components';
export type {
BaseTableProps,
ReorderingProviderProps,
SortIndicatorProps,
TableProps,
TableSettingsOptions,
TableSettingsProps,
BaseGroupHeaderProps,
} from './components';

export {
Expand Down

0 comments on commit 96622be

Please sign in to comment.