UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 278 B
/// <reference types="react" /> export declare const AuthPageFooter: import("react").ComponentType<{ privacyPolicyLink?: string | undefined; termsOfServiceLink?: string | undefined; factorIds: string[]; hasSeparateSignUpView: boolean; isSignUp: boolean; }>;