UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

8 lines 315 B
import React from 'react'; import { ProtocolType } from '@hyperlane-xyz/utils'; export declare function MultiProtocolWalletModal({ isOpen, close, protocols, }: { isOpen: boolean; close: () => void; protocols?: ProtocolType[]; }): React.JSX.Element; //# sourceMappingURL=MultiProtocolWalletModal.d.ts.map