UNPKG

@b2network/b2-wallet-kit

Version:

#### install

8 lines (7 loc) 233 B
type Iprops = { walletIcon: any; walletName: string; installed: boolean; }; declare const WalletItem: ({ walletIcon, walletName, installed }: Iprops) => import("react/jsx-runtime").JSX.Element; export default WalletItem;