We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f9e3c commit 5809ff9Copy full SHA for 5809ff9
src/index.ts
@@ -1,2 +1,7 @@
1
export { MultiLevelTable } from './components/MultiLevelTable';
2
-export type { MultiLevelTableProps } from './components/MultiLevelTable';
+export type { MultiLevelTableProps } from './components/MultiLevelTable';
3
+export type { DataItem } from './types/types';
4
+export type { Column } from './types/types';
5
+export type { TableStateWithPagination } from './types/types';
6
+export type { TableInstanceWithHooks } from './types/types';
7
+export type { SelectionState } from './types/types';
0 commit comments