UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

21 lines 1.54 kB
/** * These need to be explicitly listed. Do not use an * here. * If you do, app router will break. */ export { AuthenticateWithRedirectCallback, ClerkDegraded, ClerkFailed, ClerkLoaded, ClerkLoading, RedirectToCreateOrganization, RedirectToOrganizationProfile, RedirectToSignIn, RedirectToSignUp, RedirectToTasks, RedirectToUserProfile, } from './client-boundary/controlComponents'; /** * These need to be explicitly listed. Do not use an * here. * If you do, app router will break. */ export { APIKeys, CreateOrganization, GoogleOneTap, OrganizationList, OrganizationProfile, OrganizationSwitcher, PricingTable, SignIn, SignInButton, SignInWithMetamaskButton, SignOutButton, SignUp, SignUpButton, TaskChooseOrganization, UserButton, UserProfile, Waitlist, } from './client-boundary/uiComponents'; /** * These need to be explicitly listed. Do not use an * here. * If you do, app router will break. */ export { useAuth, useClerk, useEmailLink, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useSignIn, useSignUp, useUser, } from './client-boundary/hooks'; import type { ServerComponentsServerModuleTypes } from './components.server'; export declare const ClerkProvider: ServerComponentsServerModuleTypes["ClerkProvider"]; export declare const SignedIn: ServerComponentsServerModuleTypes["SignedIn"]; export declare const SignedOut: ServerComponentsServerModuleTypes["SignedOut"]; export declare const Protect: ServerComponentsServerModuleTypes["Protect"]; //# sourceMappingURL=index.d.ts.map