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

8 lines (7 loc) 214 B
import type React from 'react'; type UploadPageProps = { onAgentDraftSaved: (agentId: string) => void; onExistingDraft: () => void; }; export declare const UploadPage: React.FC<UploadPageProps>; export {};