UNPKG

@conform-to/react

Version:

Conform view adapter for react

8 lines 796 B
export type { FieldName, FormError, FormValue, Submission, SubmissionResult, } from '@conform-to/dom/future'; export { getFieldValue, parseSubmission, report, isDirty, } from '@conform-to/dom/future'; export type { Control, ControlOptions, BaseControlProps, DefaultValue, BaseFieldMetadata, CustomSchemaTypes, FormsConfig, FormContext, FormMetadata, FormOptions, FormRef, FieldMetadata, Fieldset, IntentDispatcher, InferBaseErrorShape, InferCustomFormMetadata, InferCustomFieldMetadata, } from './types'; export { configureForms, FormProvider, useForm, useFormMetadata, useField, useIntent, } from './forms'; export { BaseControl, PreserveBoundary, useControl, useFormData, } from './hooks'; export { shape } from './util'; export { memoize } from './memoize'; //# sourceMappingURL=index.d.ts.map