UNPKG

@pushchain/ui-kit

Version:
3 lines (2 loc) 161 B
import { WalletContextType } from './WalletContext'; export declare const getWalletContext: (uid?: string) => import("react").Context<WalletContextType | null>;