- Preparing search index...
- The search index is not available
@formeum/core
Function createFormHandlerPrivate
- createFormHandler<Values, ExtraContext>(__namedParameters: CreateFormHandlerDependencies<Values, ExtraContext>): ((props: FormHandlerProps<Values>) => ReactElement<any, string | JSXElementConstructor<any>>)
-
Type Parameters
-
Values extends BaseValues
-
ExtraContext extends Record<string, unknown>
Returns ((props: FormHandlerProps<Values>) => ReactElement<any, string | JSXElementConstructor<any>>)
-
- (props: FormHandlerProps<Values>): ReactElement<any, string | JSXElementConstructor<any>>
-
Returns ReactElement<any, string | JSXElementConstructor<any>>
Get the form handler using the hook
useFormHandler
and render the context provider.Returns