Skip to content

Commit

Permalink
feat(Table): styled SortIndicator export added (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanisAvko authored Sep 24, 2024
1 parent d4e7d82 commit 39b5709
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export * from './DragHandle';
export * from './SortableList';
export * from './SortableListContext';
export * from './SortableListDndContext';
export * from './SortIndicator';
export * from './BaseTable';
export * from './Table';
9 changes: 7 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
export {BaseTable, ReorderingProvider, Table} from './components';
export type {BaseTableProps, ReorderingProviderProps, TableProps} from './components';
export {BaseTable, ReorderingProvider, SortIndicator, Table} from './components';
export type {
BaseTableProps,
ReorderingProviderProps,
SortIndicatorProps,
TableProps,
} from './components';

export {dragHandleColumn, selectionColumn} from './constants';

Expand Down

0 comments on commit 39b5709

Please sign in to comment.