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

8 lines (7 loc) 248 B
interface ErrorBoxProps { description: string; onRefetch: () => void; isDisabled: boolean; } export declare const ErrorBox: ({ description, onRefetch, isDisabled, }: ErrorBoxProps) => import("react/jsx-runtime").JSX.Element; export {};