@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
4 lines • 301 B
TypeScript
/// <reference types="react" />
import { ExtraConfirmationScreenPropsType } from './confirmationScreen.types';
export declare const ConfirmationScreen: ({ Screen, verifyReceiverScam, className }: ExtraConfirmationScreenPropsType) => JSX.Element | null;
//# sourceMappingURL=ConfirmationScreen.d.ts.map