UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

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