UNPKG

@passflow/passflow-react-sdk

Version:
9 lines 299 B
export type UseResetPasswordProps = () => { fetch: (newPassword: string) => Promise<boolean>; isLoading: boolean; isError: boolean; error: string; reset: () => void; }; export declare const useResetPassword: UseResetPasswordProps; //# sourceMappingURL=use-reset-password.d.ts.map