UNPKG

capsule-ai-cli

Version:

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

7 lines 220 B
import React from 'react'; interface StartupAnimationProps { onComplete: () => void; } export declare const StartupAnimation: React.FC<StartupAnimationProps>; export {}; //# sourceMappingURL=StartupAnimation.d.ts.map