UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

4 lines 233 B
import { FC, SVGProps } from 'react'; import { ProtocolType } from '@hyperlane-xyz/utils'; export declare const PROTOCOL_TO_LOGO: Record<ProtocolType, FC<Omit<SVGProps<SVGSVGElement>, 'ref'>>>; //# sourceMappingURL=protocols.d.ts.map