Skip to content

Commit

Permalink
[TypeScript] Fix EditActionsProps type missing
Browse files Browse the repository at this point in the history
Closes #5611
  • Loading branch information
fzaninotto committed Dec 2, 2020
1 parent 277fd89 commit 718c3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ra-ui-materialui/src/detail/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CreateView } from './CreateView';
import CreateActions from './CreateActions';
import { Edit } from './Edit';
import { EditView } from './EditView';
import EditActions from './EditActions';
import EditActions, { EditActionsProps } from './EditActions';
import EditGuesser from './EditGuesser';
import { Show } from './Show';
import { ShowView } from './ShowView';
Expand Down Expand Up @@ -33,6 +33,7 @@ export {
};

export type {
EditActionsProps,
SimpleShowLayoutProps,
ShowActionsProps,
TabProps,
Expand Down

0 comments on commit 718c3a5

Please sign in to comment.