@clerk/clerk-react
Version:
Clerk.dev React library
17 lines (14 loc) • 369 B
text/typescript
export { SignUp, SignIn, UserProfile, UserButton } from './uiComponents';
export {
ClerkLoaded,
ClerkLoading,
SignedOut,
SignedIn,
RedirectToSignIn,
RedirectToSignUp,
RedirectToUserProfile,
AuthenticateWithRedirectCallback,
} from './controlComponents';
export * from './SignInButton';
export * from './SignUpButton';
export * from './SignOutButton';