UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

5 lines (4 loc) 292 B
import type { WalletManagementConfig } from './types.js'; export declare const initialContext: WalletManagementConfig; export declare const WalletManagementContext: import("react").Context<WalletManagementConfig>; export declare const useWalletManagementConfig: () => WalletManagementConfig;