UNPKG

@roochnetwork/rooch-sdk-kit

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