File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
packages/thirdweb/src/wallets/connection Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " thirdweb " : minor
3+ ---
4+
5+ expose autoConnect as a standalone function for use outside of react
Original file line number Diff line number Diff line change 1- import type { Chain } from "../../../../ chains/types.js" ;
2- import type { ThirdwebClient } from "../../../../ client/client.js" ;
3- import type { Wallet } from "../../../../ wallets/interfaces/wallet.js" ;
4- import type { SmartWalletOptions } from "../../../../ wallets/smart/types.js" ;
5- import type { AppMetadata } from "../../../../ wallets/types.js" ;
1+ import type { Chain } from "../../chains/types.js" ;
2+ import type { ThirdwebClient } from "../../client/client.js" ;
3+ import type { Wallet } from "../../wallets/interfaces/wallet.js" ;
4+ import type { SmartWalletOptions } from "../../wallets/smart/types.js" ;
5+ import type { AppMetadata } from "../../wallets/types.js" ;
66
77export type AutoConnectProps = {
88 /**
You can’t perform that action at this time.
0 commit comments