@heymarco/next-auth
Version:
A complete authentication solution for web applications.
24 lines (23 loc) • 1.34 kB
TypeScript
export declare const signUpTabElm = ":where(.signUp)";
export declare const signInTabElm = ":where(.signIn)";
export declare const recoverTabElm = ":where(.recover)";
export declare const resetTabElm = ":where(.reset)";
export declare const signUpTitleElm = ":where(.signUpTitle)";
export declare const signInTitleElm = ":where(.signInTitle)";
export declare const recoverTitleElm = ":where(.recoverTitle)";
export declare const resetTitleElm = ":where(.resetTitle)";
export declare const nameElm = ":where(.name)";
export declare const emailElm = ":where(.email)";
export declare const usernameElm = ":where(.username)";
export declare const passwordElm = ":where(.password)";
export declare const password2Elm = ":where(.password2)";
export declare const doSignUpElm = ":where(.doSignUp)";
export declare const doSignInElm = ":where(.doSignIn)";
export declare const doRecoverElm = ":where(.doRecover)";
export declare const doResetElm = ":where(.doReset)";
export declare const signinSeparatorElm = ":where(.signinSeparator)";
export declare const switchSignUpElm = ":where(.switchSignUp)";
export declare const switchSignInElm = ":where(.switchSignIn)";
export declare const gotoSignInElm = ":where(.gotoSignIn)";
export declare const gotoRecoverElm = ":where(.gotoRecover)";
export declare const gotoHomeElm = ":where(.gotoHome)";