cross-state 0.23.0 → 0.24.0
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { type Field,
|
|
1
|
+
export { Form, createForm, type Field, type FormContext, type FormDerivedState, type FormInstance, type FormOptions, type FormState, type Transform, type Validation, type Validations, } from './form';
|
|
2
2
|
export { type FormErrorProps } from './formError';
|
|
3
3
|
export { type FormFieldComponent, type FormFieldProps } from './formField';
|