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

7 lines (6 loc) 245 B
export type UserDropdownProps = { avatarUrl?: string; username?: string; onLogout: () => void; }; export declare const UserDropdown: ({ username, avatarUrl, onLogout, }: UserDropdownProps) => import("react/jsx-runtime").JSX.Element;