@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) • 309 B
TypeScript
export declare const AgentBilling: () => import("react/jsx-runtime").JSX.Element;
export declare const AgentPlans: ({ activeAgents, seats, label, onManageSeats, }: {
activeAgents: number;
seats: number;
onManageSeats: () => void;
label?: string;
}) => import("react/jsx-runtime").JSX.Element;