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) 241 B
export type ProgressProps = { /** Must be 1 to 100 */ elapsedPercentage: number; className?: string; }; export declare const Progress: ({ elapsedPercentage, className }: ProgressProps) => import("react/jsx-runtime").JSX.Element;