type
FormValues
type FormValues<TValue = FormValue> = Readonly<Record<string, TValue>>Values keyed by editor-authored form field name.
Related types
FormValueOne public form control value.
type
type FormValues<TValue = FormValue> = Readonly<Record<string, TValue>>Values keyed by editor-authored form field name.
FormValueOne public form control value.