Skip to content

Commit

Permalink
Export DatagridContext and hook
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jun 2, 2022
1 parent 12a142a commit 7579938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ra-ui-materialui/src/list/datagrid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ import DatagridRow, {
import ExpandRowButton, { ExpandRowButtonProps } from './ExpandRowButton';

export * from './Datagrid';
export * from './DatagridContext';
export * from './DatagridContextProvider';
export * from './DatagridHeader';
export * from './useDatagridContext';
export * from './useDatagridStyles';

export {
Expand Down

0 comments on commit 7579938

Please sign in to comment.