UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

4 lines (3 loc) 187 B
import * as React from "react"; import type { RecoverAccountWithTokenProps } from "../../../types"; export declare const RecoverAccountUsingToken: React.FC<RecoverAccountWithTokenProps>;