UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

4 lines 280 B
/// <reference types="react" /> import { SignModalPropsType } from 'types'; export declare const SignWithWalletConnectModal: ({ error, handleClose, transactions, sessionId, className, modalContentClassName }: SignModalPropsType) => JSX.Element; //# sourceMappingURL=index.d.ts.map