Create useField type returning IUseField.
Creates hook to form field element.
const firstName= useField('key', true);
the name of the field to create hook for.
when true is a virtual property.
const firstName= useField('firstName');
Generated using TypeDoc
Create useField type returning IUseField.