UNPKG

@sofaws/dapp-core

Version:

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

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