UNPKG

@conform-to/react

Version:

Conform view adapter for react

6 lines 517 B
export type { FormError, FormValue, Submission, SubmissionResult, } from '@conform-to/dom/future'; export { parseSubmission, report, isDirty } from '@conform-to/dom/future'; export type { Control, DefaultValue, FormContext, FormMetadata, FormOptions, FormRef, FieldMetadata, FieldName, Fieldset, IntentDispatcher, } from './types'; export { FormProvider, useControl, useField, useForm, useFormData, useFormMetadata, useIntent, } from './hooks'; export { memoize } from './memoize'; //# sourceMappingURL=index.d.ts.map