UNPKG

@gear-js/react-hooks

Version:
6 lines (5 loc) 231 B
import { WALLET_STATUS } from './consts'; import { AccountProvider, useAccount } from './provider'; import { Account, Wallet } from './types'; export { AccountProvider, useAccount, WALLET_STATUS }; export type { Account, Wallet };