UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

16 lines (15 loc) 628 B
/// <reference types="react" /> export declare const SubmitNewPassword: import("react").ComponentType< import("../../../../../types").ThemeBaseProps & { formFields: Omit<import("../../../types").FormFieldThemeProps, "inputComponent">[]; error: string | undefined; } & { recipeImplementation: import("supertokens-web-js/recipe/emailpassword").RecipeInterface; error: string | undefined; clearError: () => void; onError: (error: string) => void; config: import("../../../types").NormalisedConfig; onSignInClicked: () => void; token: string; } >;