Skip to content

Commit

Permalink
Export TabbedFormView
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Mar 7, 2021
1 parent a2fa7ca commit ffcca49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ra-ui-materialui/src/form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import TabbedFormTabs from './TabbedFormTabs';
import Toolbar, { ToolbarProps } from './Toolbar';
import getFormInitialValues from './getFormInitialValues';
import { SimpleFormView, SimpleFormViewProps } from './SimpleFormView';
import { TabbedFormView, TabbedFormViewProps } from './TabbedFormView';
export * from './FormTabHeader';

export * from './TabbedForm';
Expand All @@ -17,6 +18,7 @@ export type {
SimpleFormProps,
SimpleFormIteratorProps,
SimpleFormViewProps,
TabbedFormViewProps,
ToolbarProps,
};

Expand All @@ -26,6 +28,7 @@ export {
SimpleFormView,
SimpleFormIterator,
TabbedFormTabs,
TabbedFormView,
Toolbar,
getFormInitialValues,
};

0 comments on commit ffcca49

Please sign in to comment.