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