UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

8 lines 312 B
import React, { ButtonHTMLAttributes, PropsWithChildren } from 'react'; type Props = PropsWithChildren<ButtonHTMLAttributes<HTMLButtonElement>> & { width?: number; height?: number; }; export declare function IconButton(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=IconButton.d.ts.map