UNPKG

@leancodepl/kratos

Version:

Headless React components library for building Ory Kratos authentication flows

3 lines (2 loc) 319 B
import { RegistrationFlow, SuccessfulNativeRegistration, UpdateRegistrationFlowBody } from "../../../kratos"; export declare function useUpdateRegistrationFlow(): import("@tanstack/react-query").UseMutationResult<RegistrationFlow | SuccessfulNativeRegistration | undefined, Error, UpdateRegistrationFlowBody, unknown>;