@remoteoss/json-schema-form 1.2.6 → 1.2.7
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -224,4 +224,4 @@ declare function modifySchema(originalSchema: JsfSchema, config: ModifyConfig):
|
|
|
224
224
|
warnings: (Warning | null)[];
|
|
225
225
|
};
|
|
226
226
|
|
|
227
|
-
export { type CreateHeadlessFormOptions, type Field, type FieldType, type FormErrors, type LegacyOptions, type ValidationResult, createHeadlessForm, modifySchema as modify };
|
|
227
|
+
export { type CreateHeadlessFormOptions, type Field, type FieldType, type FormErrors, type FormResult, type LegacyOptions, type ValidationResult, createHeadlessForm, modifySchema as modify };
|