We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbb130 commit 704f689Copy full SHA for 704f689
packages/themes/src/createTheme.ts
@@ -1,8 +1,9 @@
1
// Temp way to import the type. We will clean this up when we extract
2
// theming into its own package
3
-import type { InternalTheme } from '@clerk/clerk-js/src/v4/foundations';
4
import type { Appearance, BaseTheme, Elements, Theme } from '@clerk/types';
5
+import type { InternalTheme } from '../../clerk-js/src/ui/foundations';
6
+
7
type CreateClerkThemeParams = Theme & {
8
/**
9
* {@link Theme.elements}
0 commit comments