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

22 lines (21 loc) 1.15 kB
import type { PropsWithChildren } from 'react'; export declare const UserBox: ({ className, ...props }: PropsWithChildren<{ className?: string; }>) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxSeparator: ({ className }: { className?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxHeader: ({ ...props }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxCredits: ({ ...props }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxCreditsLink: ({ to }: { to: string; }) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxContent: ({ ...props }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxAvatar: ({ src, username, }: { username?: string; src?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxUsername: ({ username, }: { username?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const UserBoxDropdownTrigger: () => import("react/jsx-runtime").JSX.Element;