diff --git a/.changeset/swift-camels-explode.md b/.changeset/swift-camels-explode.md new file mode 100644 index 00000000000..7d21011ba06 --- /dev/null +++ b/.changeset/swift-camels-explode.md @@ -0,0 +1,5 @@ +--- +'@clerk/elements': patch +--- + +Export `` from root sign-in exports. diff --git a/packages/elements/src/react/sign-in/index.ts b/packages/elements/src/react/sign-in/index.ts index c609ef4b388..323e92eb637 100644 --- a/packages/elements/src/react/sign-in/index.ts +++ b/packages/elements/src/react/sign-in/index.ts @@ -5,6 +5,7 @@ export { SignInRoot as SignIn, SignInRoot as Root } from './root'; export { SignInStep as Step } from './step'; export { SignInAction as Action } from './action'; export { SignInPasskey as Passkey } from './passkey'; +export { SignInCaptcha as Captcha } from './captcha'; export { SignInSupportedStrategy as SupportedStrategy } from './choose-strategy'; export { SignInSessionList as SessionList, SignInSessionListItem as SessionListItem } from './choose-session';