UNPKG

@conform-to/react

Version:

Conform view adapter for react

6 lines 639 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, DefaultValue, BaseMetadata, CustomMetadata, CustomMetadataDefinition, BaseErrorShape, CustomTypes, FormContext, FormMetadata, FormOptions, FormRef, FieldMetadata, Fieldset, IntentDispatcher, } from './types'; export { FormProvider, FormOptionsProvider, useControl, useField, useForm, useFormData, useFormMetadata, useIntent, } from './hooks'; export { memoize } from './memoize'; //# sourceMappingURL=index.d.ts.map