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