Skip to content

Commit 5809ff9

Browse files
feat: Update export type
1 parent 38f9e3c commit 5809ff9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
export { MultiLevelTable } from './components/MultiLevelTable';
2-
export type { MultiLevelTableProps } from './components/MultiLevelTable';
2+
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

Comments
 (0)