UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

7 lines (6 loc) 368 B
import type { OnHandleEventContext } from "./types"; import type { RecipeOnHandleEventFunction } from "../recipeModule/types"; import type { RecipeInterface } from "supertokens-web-js/recipe/totp"; export declare const getFunctionOverrides: ( onHandleEvent: RecipeOnHandleEventFunction<OnHandleEventContext> ) => (originalImp: RecipeInterface) => RecipeInterface;