UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

7 lines (6 loc) 265 B
import { type ImgProps } from 'react-image'; export type AvatarProps = ImgProps & { isLoading?: boolean; name?: string; }; export declare const Avatar: ({ alt, name, className, isLoading, ...props }: AvatarProps) => import("react/jsx-runtime").JSX.Element;