UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

6 lines 288 B
import React from 'react'; import { DefaultIconProps } from './types.js'; declare function _WalletIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element; export declare const WalletIcon: React.MemoExoticComponent<typeof _WalletIcon>; export {}; //# sourceMappingURL=Wallet.d.ts.map