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

9 lines (8 loc) 236 B
import type React from 'react'; type SidebarProps = { loginButton: React.ReactNode; onDiscardDraft: (id: string) => void; handleRestartFlow: () => void; }; export declare const AppSidebar: React.FC<SidebarProps>; export {};