This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 2525| [ useReadonlySDK(readonlyRpcUrl, sdkOptions, storageInterface)] ( ./react.usereadonlysdk.md ) | |
2626| [ useSDK()] ( ./react.usesdk.md ) | |
2727| [ useSigner()] ( ./react.usesigner.md ) | |
28+ | [ useSplit(moduleAddress)] ( ./react.usesplit.md ) | |
2829| [ useToken(moduleAddress)] ( ./react.usetoken.md ) | |
2930| [ useVote(moduleAddress)] ( ./react.usevote.md ) | |
3031| [ useWalletConnect()] ( ./react.usewalletconnect.md ) | |
Original file line number Diff line number Diff line change 1+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+ [ Home] ( ./index.md ) > ; [ @thirdweb-dev/react ] ( ./react.md ) > ; [ useSplit] ( ./react.usesplit.md )
4+
5+ ## useSplit() function
6+
7+ <b >Signature:</b >
8+
9+ ``` typescript
10+ export declare function useSplit(moduleAddress ? : string ): Split | undefined ;
11+ ```
12+
13+ ## Parameters
14+
15+ | Parameter | Type | Description |
16+ | --- | --- | --- |
17+ | moduleAddress | string | |
18+
19+ <b >Returns:</b >
20+
21+ Split \| undefined
22+
Original file line number Diff line number Diff line change @@ -255,6 +255,11 @@ export function useSDK(): ThirdwebSDK | undefined;
255255// @public (undocumented)
256256export function useSigner(): Signer_2 | undefined ;
257257
258+ // Warning: (ae-forgotten-export) The symbol "Split" needs to be exported by the entry point index.d.ts
259+ //
260+ // @public (undocumented)
261+ export function useSplit(moduleAddress ? : string ): Split | undefined ;
262+
258263// Warning: (ae-forgotten-export) The symbol "Token" needs to be exported by the entry point index.d.ts
259264//
260265// @public (undocumented)
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ export * from "./useNFTCollection";
77export * from "./usePack" ;
88export * from "./useTokenModule" ;
99export * from "./useVoteModule" ;
10+ export * from "./useSplit" ;
You can’t perform that action at this time.
0 commit comments