Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 3, 2023
1 parent bc6af88 commit c2b1fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/table/src/components/TableElement/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
export * from './useSelectedCells';
export * from './useTableColSizes';
export * from './useTableElement';
export * from '../../merge/isTableRectangular';
1 change: 1 addition & 0 deletions packages/table/src/merge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export * from './getCellsOffsets';
export * from './getClosest';
export * from './getColSpan';
export * from './getRowSpan';
export * from './isTableRectangular';
export * from './mergeTableCells';
export * from './unmergeTableCells';
3 changes: 2 additions & 1 deletion packages/table/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
* @file Automatically generated by barrelsby.
*/

export * from './findCellByIndexes';
export * from './getCellPath';
export * from './getCellType';
export * from './getEmptyCellNode';
export * from './getEmptyRowNode';
export * from './getEmptyTableNode';
export * from './findCellByIndexes';

0 comments on commit c2b1fb5

Please sign in to comment.