UNPKG

@web3auth/no-modal

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