diff --git a/packages/react-components/react-table/src/index.ts b/packages/react-components/react-table/src/index.ts index 18876c9738b35e..5e91898c330407 100644 --- a/packages/react-components/react-table/src/index.ts +++ b/packages/react-components/react-table/src/index.ts @@ -120,6 +120,8 @@ export { } from './TableCellLayout'; export type { TableCellLayoutProps, TableCellLayoutSlots, TableCellLayoutState } from './TableCellLayout'; +export { DataGridContextProvider, useDataGridContext_unstable } from './contexts/dataGridContext'; + export { DataGridCell, dataGridCellClassNames,