UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

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