Skip to content

Commit

Permalink
feat(Table): support providing selected rows to sync with external mo…
Browse files Browse the repository at this point in the history
…del (#1055)
  • Loading branch information
meriouma authored Dec 18, 2024
1 parent 4625bbd commit f47d1d8
Show file tree
Hide file tree
Showing 10 changed files with 776 additions and 480 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/table/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { Table, TableProps } from './table';
export { TableData, TableColumn } from './types';
export { Table, type TableProps, type TableRowId } from './table';
export { type TableData, type TableColumn } from './types';
Loading

0 comments on commit f47d1d8

Please sign in to comment.