We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968e039 commit 7f4710fCopy full SHA for 7f4710f
1 file changed
packages/react/src/types.ts
@@ -1,3 +1,4 @@
1
+import type { Js } from '@clerk/clerk-js/internal';
2
import type {
3
Clerk,
4
InitialState,
@@ -10,7 +11,6 @@ import type {
10
11
} from '@clerk/shared/types';
12
import type { ClerkUIConstructor } from '@clerk/shared/ui';
13
import type { Appearance, ExtractAppearanceType, Ui } from '@clerk/ui/internal';
-import type { Js } from '@clerk/clerk-js/internal';
14
import type React from 'react';
15
16
// Re-export types from @clerk/shared that are used by other modules
0 commit comments