UNPKG

capsule-ai-cli

Version:

The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing

10 lines 285 B
import React from 'react'; interface LoadingAnimationProps { provider: string; isLoading: boolean; startTime?: Date; tokenCount?: number; } export declare const LoadingAnimation: React.FC<LoadingAnimationProps>; export {}; //# sourceMappingURL=LoadingAnimation.d.ts.map