UNPKG

@0xsequence/anypay-sdk

Version:

SDK for Anypay functionality

13 lines 402 B
import type React from "react"; interface WalletConfirmationProps { onBack: () => void; onComplete: () => void; theme?: "light" | "dark"; amount?: string; recipient?: string; tokenSymbol?: string; error?: string; } export declare const WalletConfirmation: React.FC<WalletConfirmationProps>; export default WalletConfirmation; //# sourceMappingURL=WalletConfirmation.d.ts.map