also expose TableState (#11826)

This commit is contained in:
Matthias Mair 2026-04-28 03:04:49 +02:00 committed by GitHub
parent bf3ac8eba0
commit 6e4ffcb6d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export type {
RowViewProps,
TableColumn,
TableColumnProps,
TableState,
InvenTreeTableProps,
InvenTreeTableRenderProps
} from './types/Tables';