UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

14 lines (13 loc) 648 B
import { PropType } from "vue"; import { Web3AuthContextConfig } from "./interfaces"; export declare const Web3AuthProvider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ config: { type: PropType<Web3AuthContextConfig>; required: true; }; }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ config: { type: PropType<Web3AuthContextConfig>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;