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

11 lines (10 loc) 412 B
import type { ReactNode } from 'react'; import { type TooltipContentProps } from '@radix-ui/react-tooltip'; export declare const Tooltip: ({ content, children, asChild, side, align, }: { content: ReactNode; children: ReactNode; asChild?: boolean; className?: string; side?: TooltipContentProps["side"]; align?: TooltipContentProps["align"]; }) => import("react/jsx-runtime").JSX.Element;