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

14 lines (13 loc) 299 B
import type React from 'react'; export declare const ArrayForm: { Root: React.FC<{ children?: React.ReactNode | undefined; }>; AddField: React.FC<{ append: () => void; }>; RemoveField: React.FC<{ isVisible: boolean; remove: () => void; }>; };