@hyperlane-xyz/widgets
Version:
Common react components for Hyperlane projects
6 lines • 312 B
TypeScript
import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _UpDownArrowsIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const UpDownArrowsIcon: React.MemoExoticComponent<typeof _UpDownArrowsIcon>;
export {};
//# sourceMappingURL=UpDownArrows.d.ts.map