UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

4 lines 241 B
import { type KnownProtocolType } from '@hyperlane-xyz/utils'; import { type WalletDetails } from './types.js'; export declare function useWalletDetails(): Record<KnownProtocolType, WalletDetails>; //# sourceMappingURL=walletDetails.d.ts.map