Skip to content

Commit 1b23bfa

Browse files
committed
types
1 parent 135cbd5 commit 1b23bfa

File tree

12 files changed

+907
-94074
lines changed

12 files changed

+907
-94074
lines changed

dist/index.d.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface ContextProviderType {
1515
onlyBitteWallet?: boolean;
1616
}
1717
type BitteWalletContext = {
18-
selector: WalletSelector | undefined;
18+
selector: WalletSelector;
1919
modal: WalletSelectorModal | undefined;
2020
accounts: AccountState[];
2121
activeAccountId: string | null;

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface ContextProviderType {
1515
onlyBitteWallet?: boolean;
1616
}
1717
type BitteWalletContext = {
18-
selector: WalletSelector | undefined;
18+
selector: WalletSelector;
1919
modal: WalletSelectorModal | undefined;
2020
accounts: AccountState[];
2121
activeAccountId: string | null;

0 commit comments

Comments
 (0)