We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72107 commit 4f7f3f6Copy full SHA for 4f7f3f6
packages/scaffold/src/client.ts
@@ -10,7 +10,6 @@ import type {
10
EventsControllerState,
11
PublicStateControllerState,
12
ThemeControllerState,
13
- ThemeVariables,
14
Connector,
15
ConnectedWalletInfo,
16
Features
@@ -32,7 +31,12 @@ import {
32
31
ThemeController,
33
TransactionsController
34
} from '@reown/appkit-core-react-native';
35
-import { ConstantsUtil, ErrorUtil, type ThemeMode } from '@reown/appkit-common-react-native';
+import {
+ ConstantsUtil,
36
+ ErrorUtil,
37
+ type ThemeMode,
38
+ type ThemeVariables
39
+} from '@reown/appkit-common-react-native';
40
41
// -- Types ---------------------------------------------------------------------
42
export interface LibraryOptions {
0 commit comments