UNPKG

@sofaws/dapp-core

Version:

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

4 lines 313 B
/// <reference types="react" /> import { ExtraConfirmationScreenPropsType } from './confirmationScreen.types'; export declare const DeviceConfirmationScreen: ({ Screen, verifyReceiverScam, className }: ExtraConfirmationScreenPropsType) => JSX.Element | null; //# sourceMappingURL=DeviceConfirmationScreen.d.ts.map