UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

7 lines 250 B
import React from 'react'; import { WalletDetails } from './types.js'; export declare function WalletLogo({ walletDetails, size, }: { walletDetails: WalletDetails; size?: number; }): React.JSX.Element; //# sourceMappingURL=WalletLogo.d.ts.map