UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

5 lines 151 B
import { SVGProps } from 'react'; export type DefaultIconProps = SVGProps<SVGSVGElement> & { color?: string; }; //# sourceMappingURL=types.d.ts.map