UNPKG

@mysten/dapp-kit

Version:

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

3 lines (2 loc) 138 B
import type { StoreState } from '../../walletStore.js'; export declare function useWalletStore<T>(selector: (state: StoreState) => T): T;