UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

5 lines (4 loc) 149 B
/** * Internal hook for easily handling various changes in properties for a wallet. */ export declare function useWalletPropertiesChanged(): void;