UNPKG

@mysten/dapp-kit

Version:

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

8 lines (7 loc) 183 B
// src/contexts/walletContext.ts import { createContext } from "react"; var WalletContext = createContext(null); export { WalletContext }; //# sourceMappingURL=walletContext.js.map