UNPKG

@impossiblefinance/uikit

Version:
11 lines (10 loc) 245 B
import React from 'react'; import { Login, Config } from './types'; interface Props { walletConfig: Config; login: Login; onDismiss: () => void; mb: string; } declare const WalletCard: React.FC<Props>; export default WalletCard;