@gear-js/react-hooks
Version:
React hooks used across Gear applications
6 lines (5 loc) • 319 B
TypeScript
import { AlertProvider, useAlert } from './Alert';
import { ApiProvider, useApi } from './Api';
import { AccountProvider, useAccount, WALLET_STATUS, Account, Wallet } from './account';
export { AccountProvider, useAccount, WALLET_STATUS, ApiProvider, useApi, AlertProvider, useAlert };
export type { Account, Wallet };