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) 291 B
import type React from 'react'; type FleekAgentsChatInterfaceTextareaProps = { isDisabled?: boolean; agentName: string; handleSubmit: (message: string) => void; }; export declare const FleekAgentsChatInterfaceTextarea: React.FC<FleekAgentsChatInterfaceTextareaProps>; export {};