@leancodepl/kratos
Version:
Headless React components library for building Ory Kratos authentication flows
3 lines • 374 B
TypeScript
import { RegistrationFlow, SuccessfulNativeRegistration, UpdateRegistrationFlowBody } from '../../../kratos';
export declare function useUpdateRegistrationFlow(): import('@tanstack/react-query').UseMutationResult<RegistrationFlow | SuccessfulNativeRegistration | undefined, Error, UpdateRegistrationFlowBody, unknown>;
//# sourceMappingURL=useUpdateRegistrationFlow.d.ts.map