A field accessor function that returns the state of the field.
API
type Field<TValue, TKey extends string | number = string | number> = () => FieldState< TValue, TKey>
Jump to details
A field accessor function that returns the state of the field.
type Field<TValue, TKey extends string | number = string | number> = () => FieldState< TValue, TKey>