UNPKG

@conform-to/dom

Version:

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

5 lines (4 loc) 309 B
export { createFormContext as unstable_createFormContext, updateFieldValue as unstable_updateFieldValue } from './form.mjs'; export { isFieldElement } from './dom.mjs'; export { INTENT, STATE, parse, serializeIntent } from './submission.mjs'; export { formatPaths, getPaths, isPrefix } from './formdata.mjs';