UNPKG

0xtrails

Version:

SDK for Trails

12 lines 440 B
import { default as React } from 'react'; import { PrepareSendQuote } from '../../prepareSend.js'; interface WalletConfirmationProps { onBack?: () => void; onComplete: () => void; retryEnabled?: boolean; onRetry?: () => void; quote?: PrepareSendQuote | null; } export declare const WalletConfirmation: React.FC<WalletConfirmationProps>; export default WalletConfirmation; //# sourceMappingURL=WalletConfirmation.d.ts.map