We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdf2b65 + ffcca49 commit 2713b99Copy full SHA for 2713b99
packages/ra-ui-materialui/src/form/index.tsx
@@ -7,6 +7,7 @@ import TabbedFormTabs from './TabbedFormTabs';
7
import Toolbar, { ToolbarProps } from './Toolbar';
8
import getFormInitialValues from './getFormInitialValues';
9
import { SimpleFormView, SimpleFormViewProps } from './SimpleFormView';
10
+import { TabbedFormView, TabbedFormViewProps } from './TabbedFormView';
11
export * from './FormTabHeader';
12
13
export * from './TabbedForm';
@@ -17,6 +18,7 @@ export type {
17
18
SimpleFormProps,
19
SimpleFormIteratorProps,
20
SimpleFormViewProps,
21
+ TabbedFormViewProps,
22
ToolbarProps,
23
};
24
@@ -26,6 +28,7 @@ export {
26
28
SimpleFormView,
27
29
SimpleFormIterator,
30
TabbedFormTabs,
31
+ TabbedFormView,
32
Toolbar,
33
getFormInitialValues,
34
0 commit comments