UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

4 lines (3 loc) 301 B
import { PropsWithChildren } from "react"; import { Web3AuthProviderProps } from "./interfaces"; export declare function Web3AuthProvider({ config, initialState, children }: PropsWithChildren<Web3AuthProviderProps>): import("react").FunctionComponentElement<PropsWithChildren<Web3AuthProviderProps>>;