Skip to content

Commit 16fce8c

Browse files
authored
feat(AnalyticalTable - TypeScript): export ReactTableHooks type (#8656)
1 parent 3435925 commit 16fce8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/main/src/components/AnalyticalTable

packages/main/src/components/AnalyticalTable/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ import type {
9494
AnalyticalTableState,
9595
CellInstance,
9696
DivWithCustomScrollProp,
97+
ReactTableHooks,
9798
TableInstance,
9899
} from './types/index.js';
99100
import {
@@ -969,4 +970,5 @@ export type {
969970
DivWithCustomScrollProp,
970971
TableInstance as AnalyticalTableInstance,
971972
CellInstance as AnalyticalTableCellInstance,
973+
ReactTableHooks,
972974
};

0 commit comments

Comments
 (0)