UNPKG

automagik-cli

Version:

Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems

10 lines (9 loc) 287 B
import React from 'react'; import { StreamingState } from '../types.js'; interface LoadingIndicatorProps { currentLoadingPhrase: string; elapsedTime: number; streamingState: StreamingState; } export declare const LoadingIndicator: React.FC<LoadingIndicatorProps>; export {};