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

9 lines (8 loc) 507 B
import { type VariantProps } from 'class-variance-authority'; import type { HTMLAttributes, PropsWithChildren } from 'react'; declare const badgeVariants: (props?: ({ variant?: "success" | "neutral" | "warning" | "danger" | null | undefined; size?: "xs" | "sm" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const Badge: React.FC<PropsWithChildren & HTMLAttributes<HTMLDivElement> & VariantProps<typeof badgeVariants>>; export {};