@hyperlane-xyz/widgets
Version:
Common react components for Hyperlane projects
8 lines • 310 B
TypeScript
import React, { PropsWithChildren } from 'react';
export declare function Circle({ size, title, bgColorSeed, className, children, }: PropsWithChildren<{
size: string | number;
title?: string;
bgColorSeed?: number;
className?: string;
}>): React.JSX.Element;
//# sourceMappingURL=Circle.d.ts.map