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) 193 B
import type { ComponentProps } from 'react'; type AvatarMarbleProps = ComponentProps<'svg'> & { name?: string; }; export declare const AvatarMarble: React.FC<AvatarMarbleProps>; export {};