UNPKG

@conform-to/dom

Version:

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

5 lines (4 loc) 488 B
export { createFormContext as unstable_createFormContext } from './form.mjs'; export { createFileList, isFieldElement, blur as unstable_blur, change as unstable_change, createGlobalFormsObserver as unstable_createGlobalFormsObserver, focus as unstable_focus, updateField as unstable_updateField } from './dom.mjs'; export { INTENT, STATE, parse, serializeIntent } from './submission.mjs'; export { formatPaths, getPaths, isPrefix, deepEqual as unstable_deepEqual } from './formdata.mjs';