UNPKG

@conform-to/dom

Version:

A set of opinionated helpers built on top of the Constraint Validation API

5 lines 805 B
export { type Combine, type Constraint, type ControlButtonProps, type FormId, type FieldName, type DefaultValue, type FormValue, type FormOptions, type FormState, type FormContext, type SubscriptionSubject, type SubscriptionScope, createFormContext as unstable_createFormContext, } from './form'; export { type FieldElement, isFieldElement, updateField as unstable_updateField, createFileList, createGlobalFormsObserver as unstable_createGlobalFormsObserver, focus as unstable_focus, change as unstable_change, blur as unstable_blur, } from './dom'; export { type Submission, type SubmissionResult, type Intent, INTENT, STATE, serializeIntent, parse, } from './submission'; export { getPaths, formatPaths, isPrefix, deepEqual as unstable_deepEqual, } from './formdata'; //# sourceMappingURL=index.d.ts.map