@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
11 lines (10 loc) • 356 B
TypeScript
import type { AiAgent } from '@base/api';
type EmbedScriptSectionProps = {
agent: AiAgent;
};
/**
* Component for displaying the embed script section
* Includes script header, URL field, color picker, and preview
*/
export declare const EmbedScriptSection: ({ agent }: EmbedScriptSectionProps) => import("react/jsx-runtime").JSX.Element;
export {};