Function createFormHandlerPrivate

  • Type Parameters

    • Values extends BaseValues

    • ExtraContext extends Record<string, unknown>

    Parameters

    Returns ((props: FormHandlerProps<Values>) => ReactElement<any, string | JSXElementConstructor<any>>)

      • (props: FormHandlerProps<Values>): ReactElement<any, string | JSXElementConstructor<any>>
      • Get the form handler using the hook useFormHandler and render the context provider.

        Returns

        Parameters

        Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc