UNPKG

@enclavemoney/enclave-wallet-playground

Version:

A simple playground for enclave wallet SDK

12 lines (11 loc) 299 B
import React from "react"; import { ThemeMode, Theme } from "../../types/theme"; export declare const Dashboard: React.FC<{ result: any; onLogout: () => void; onShowSwap: () => void; onShowTransfer: () => void; sdkKey: string; theme?: ThemeMode; customTheme?: Theme; }>;