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.
ReactTableHooks
1 parent 3435925 commit 16fce8cCopy full SHA for 16fce8c
1 file changed
packages/main/src/components/AnalyticalTable/index.tsx
@@ -94,6 +94,7 @@ import type {
94
AnalyticalTableState,
95
CellInstance,
96
DivWithCustomScrollProp,
97
+ ReactTableHooks,
98
TableInstance,
99
} from './types/index.js';
100
import {
@@ -969,4 +970,5 @@ export type {
969
970
971
TableInstance as AnalyticalTableInstance,
972
CellInstance as AnalyticalTableCellInstance,
973
974
};
0 commit comments