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) 256 B
import type { AiAgent } from '@base/api'; type ShareDownloadCharacterfileProps = { agent: AiAgent; }; export declare const ShareDownloadCharacterfile: ({ agent, }: ShareDownloadCharacterfileProps) => import("react/jsx-runtime").JSX.Element; export {};