UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

6 lines 307 B
import React from 'react'; import { DefaultIconProps } from './types.js'; declare function _WarningIcon({ color, width, height, ...rest }: DefaultIconProps): React.JSX.Element; export declare const WarningIcon: React.MemoExoticComponent<typeof _WarningIcon>; export {}; //# sourceMappingURL=Warning.d.ts.map