1515- [ useBundleDropModule] ( ../wiki/Exports#usebundledropmodule )
1616- [ useBundleModule] ( ../wiki/Exports#usebundlemodule )
1717- [ useBundleSignatureModule] ( ../wiki/Exports#usebundlesignaturemodule )
18+ - [ useConnect] ( ../wiki/Exports#useconnect )
19+ - [ useDisconnect] ( ../wiki/Exports#usedisconnect )
1820- [ useDropModule] ( ../wiki/Exports#usedropmodule )
1921- [ useMarketModule] ( ../wiki/Exports#usemarketmodule )
2022- [ useMarketplaceModule] ( ../wiki/Exports#usemarketplacemodule )
3234
3335#### Defined in
3436
35- Provider.tsx:88
37+ [ src/ Provider.tsx:88] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/Provider.tsx#L88 )
3638
3739## Functions
3840
@@ -52,7 +54,7 @@ Provider.tsx:88
5254
5355#### Defined in
5456
55- hooks/modules/useBundleDropModule.ts:4
57+ [ src/ hooks/modules/useBundleDropModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useBundleDropModule.ts#L4 )
5658
5759___
5860
7274
7375#### Defined in
7476
75- hooks/modules/useBundleModule.ts:4
77+ [ src/ hooks/modules/useBundleModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useBundleModule.ts#L4 )
7678
7779___
7880
9294
9395#### Defined in
9496
95- hooks/modules/useBundleSignatureModule.ts:4
97+ [ src/hooks/modules/useBundleSignatureModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useBundleSignatureModule.ts#L4 )
98+
99+ ___
100+
101+ ### useConnect
102+
103+ ▸ ** useConnect** (): readonly [ { ` data ` : { ` connected ` : ` boolean ` ; ` connector ` : ` undefined ` \| ` Connector ` <` any ` , ` any ` \> ; ` connectors ` : ` Connector ` <` any ` , ` any ` \> [ ] } ; ` error ` : ` undefined ` \| ` Error ` ; ` loading ` : ` undefined ` \| ` boolean ` }, (` connector ` : ` Connector ` <` any ` , ` any ` \> ) => ` Promise ` <{ ` data? ` : ` ConnectorData ` <` any ` \> ; ` error? ` : ` Error ` }\> ]
104+
105+ for now just re-exported
106+
107+ #### Returns
108+
109+ readonly [ { ` data ` : { ` connected ` : ` boolean ` ; ` connector ` : ` undefined ` \| ` Connector ` <` any ` , ` any ` \> ; ` connectors ` : ` Connector ` <` any ` , ` any ` \> [ ] } ; ` error ` : ` undefined ` \| ` Error ` ; ` loading ` : ` undefined ` \| ` boolean ` }, (` connector ` : ` Connector ` <` any ` , ` any ` \> ) => ` Promise ` <{ ` data? ` : ` ConnectorData ` <` any ` \> ; ` error? ` : ` Error ` }\> ]
110+
111+ #### Defined in
112+
113+ src/hooks/useConnect.ts:6
114+
115+ ___
116+
117+ ### useDisconnect
118+
119+ ▸ ** useDisconnect** (): () => ` void `
120+
121+ #### Returns
122+
123+ ` fn `
124+
125+ ▸ (): ` void `
126+
127+ ##### Returns
128+
129+ ` void `
130+
131+ #### Defined in
132+
133+ src/hooks/useDisconnect.ts:3
96134
97135___
98136
112150
113151#### Defined in
114152
115- hooks/modules/useDropModule.ts:4
153+ [ src/ hooks/modules/useDropModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useDropModule.ts#L4 )
116154
117155___
118156
@@ -136,7 +174,7 @@ the {@link MarketModule} instance
136174
137175#### Defined in
138176
139- hooks/modules/useMarketModule.ts:11
177+ [ src/ hooks/modules/useMarketModule.ts:11] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useMarketModule.ts#L11 )
140178
141179___
142180
156194
157195#### Defined in
158196
159- hooks/modules/useMarketplaceModule.ts:4
197+ [ src/ hooks/modules/useMarketplaceModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useMarketplaceModule.ts#L4 )
160198
161199___
162200
176214
177215#### Defined in
178216
179- hooks/modules/useNFTModule.ts:4
217+ [ src/ hooks/modules/useNFTModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useNFTModule.ts#L4 )
180218
181219___
182220
196234
197235#### Defined in
198236
199- hooks/modules/usePackModule.ts:4
237+ [ src/ hooks/modules/usePackModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/usePackModule.ts#L4 )
200238
201239___
202240
210248
211249#### Defined in
212250
213- Provider.tsx:214
251+ [ src/ Provider.tsx:214] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/Provider.tsx#L214 )
214252
215253___
216254
230268
231269#### Defined in
232270
233- hooks/modules/useTokenModule.ts:4
271+ [ src/ hooks/modules/useTokenModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useTokenModule.ts#L4 )
234272
235273___
236274
250288
251289#### Defined in
252290
253- hooks/modules/useVoteModule.ts:4
291+ [ src/ hooks/modules/useVoteModule.ts:4] ( https://github.com/thirdweb-dev/react/blob/c182cd8/src/hooks/modules/useVoteModule.ts#L4 )
0 commit comments