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

12 lines (11 loc) 513 B
import type { PropsWithChildren } from 'react'; export declare const Banner: ({ className, children, }: PropsWithChildren<{ className?: string; }>) => import("react/jsx-runtime").JSX.Element; export declare const BannerText: ({ children, className, }: PropsWithChildren<{ className?: string; }>) => import("react/jsx-runtime").JSX.Element; export declare const BannerCloseButton: ({ onClick, className, }: { onClick?: () => void; className?: string; }) => import("react/jsx-runtime").JSX.Element;