UNPKG

@conform-to/react

Version:

Conform view adapter for react

6 lines 583 B
export { type Submission, type SubmissionResult, type DefaultValue, type Intent, type FormId, type FieldName, parse, } from '@conform-to/dom'; export { type FieldMetadata, type FormMetadata, FormProvider, FormStateInput, } from './context'; export { useForm, useFormMetadata, useField } from './hooks'; export { Control as unstable_Control, useControl as unstable_useControl, useInputControl, } from './integrations'; export { getFormProps, getFieldsetProps, getInputProps, getSelectProps, getTextareaProps, getCollectionProps, } from './helpers'; //# sourceMappingURL=index.d.ts.map