UNPKG

@enclavemoney/enclave-wallet-playground

Version:

A simple playground for enclave wallet SDK

11 lines (10 loc) 289 B
import React from "react"; import { ThemeMode, Theme } from "../../types/theme"; export declare const QRNetworks: React.FC<{ walletAddress: string; solanaAddress: string; bitcoinWalletAddress: string; onBack: () => void; theme?: ThemeMode; customTheme?: Theme; }>;