UNPKG

@particle-network/authkit

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

8 lines (7 loc) 178 B
/** * https://github.com/WalletConnect/web3modal/ */ declare const Web3ModalProvider: ({ web3Modal }: { web3Modal?: any; }) => undefined; export default Web3ModalProvider;