UNPKG

@mysten/dapp-kit

Version:

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

3 lines (2 loc) 117 B
import type { StateStorage } from 'zustand/middleware'; export declare function createInMemoryStore(): StateStorage;