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

4 lines (3 loc) 243 B
import { type ProjectDropdownProps } from './ui/ProjectDropdown'; export type AppProjectDropdown = Partial<ProjectDropdownProps>; export declare const AppProjectDropdown: (props: AppProjectDropdown) => import("react/jsx-runtime").JSX.Element;