diff --git a/packages/main/src/components/AnalyticalTable/index.tsx b/packages/main/src/components/AnalyticalTable/index.tsx index 107e8897bef..22397585164 100644 --- a/packages/main/src/components/AnalyticalTable/index.tsx +++ b/packages/main/src/components/AnalyticalTable/index.tsx @@ -94,6 +94,7 @@ import type { AnalyticalTableState, CellInstance, DivWithCustomScrollProp, + ReactTableHooks, TableInstance, } from './types/index.js'; import { @@ -966,4 +967,5 @@ export type { DivWithCustomScrollProp, TableInstance as AnalyticalTableInstance, CellInstance as AnalyticalTableCellInstance, + ReactTableHooks, };