UNPKG

@web3auth-mpc/ui

Version:
8 lines (7 loc) 303 B
/// <reference types="react" /> interface WalletConnectProps { walletConnectUri: string; } declare function WalletConnect(props: WalletConnectProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof WalletConnect>; export default _default;