UNPKG

@htsoft/aiza-wallet-connector

Version:
4 lines (3 loc) 195 B
/// <reference types="react" /> import type { Web3ConfigurationContextType } from "./types"; export declare const Web3ConfigurationContext: import("react").Context<Web3ConfigurationContextType>;