UNPKG

@conform-to/dom

Version:

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

6 lines 791 B
export type { Serialize, CustomSerialize, FieldName, FormValue, FormError, Submission, SubmissionResult, ValidationAttributes, } from '../types'; export { DEFAULT_INTENT_NAME, getFormData, isDirty, normalize, parseSubmission, parsePath, formatPath, appendPath, getRelativePath, getPathValue, setPathValue, report, defaultSerialize, getFieldValue, normalizeFormError, } from '../formdata'; export { isPlainObject, deepEqual, serializeHtmlPattern } from '../util'; export { isFieldElement, isGlobalInstance, updateField, createFileList, createGlobalFormsObserver, dispatchInternalUpdateEvent, focus, change, blur, getFormAction, getFormEncType, getFormMethod, requestSubmit, requestIntent, } from '../dom'; export { formatIssues } from '../standard-schema'; //# sourceMappingURL=index.d.ts.map