UNPKG

@web3-onboard/react

Version:

A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported w

6 lines (5 loc) 168 B
import type { AppState } from '@web3-onboard/core'; export declare const useAppState: { (): AppState; <K extends keyof AppState>(stateKey?: K): AppState[K]; };