UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

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