@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
9 lines (8 loc) • 326 B
TypeScript
import type { Attachment } from '@base/stores/agentChatStore';
interface ImageAttachmentProps {
attachment: Attachment;
focused?: boolean;
onClick?: () => void;
}
export declare const ImageAttachment: ({ attachment, focused, onClick, }: ImageAttachmentProps) => import("react/jsx-runtime").JSX.Element;
export {};