react-crud-mui 0.2.73 → 0.2.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,4 +13,5 @@ export { default as useFormInitEffect } from './useFormInitEffect';
|
|
|
13
13
|
export { default as useFieldWithContext } from './useFieldWithContext';
|
|
14
14
|
export { default as useFormCollectionContext } from './useFormCollectionContext';
|
|
15
15
|
export { default as useFormStatesContext } from './useFormStatesContext';
|
|
16
|
+
export { default as useParentForm } from './useParentForm';
|
|
16
17
|
export { UNIQUE_IDENTIFIER_FIELD_NAME } from './useArrayFieldHelpers';
|