UNPKG

@web3auth-mpc/ui

Version:
10 lines (9 loc) 344 B
import { CustomChainConfig } from "@web3auth-mpc/base"; interface AddNetworkProps { chainConfig: CustomChainConfig; appOrigin: string; onAddNetwork: (chainId: string) => void; onCancelNetwork: () => void; } declare function AddNetwork(props: AddNetworkProps): import("react/jsx-runtime").JSX.Element; export default AddNetwork;