UNPKG

capsule-ai-cli

Version:

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

8 lines 255 B
import React from 'react'; interface MatrixRainAnimationProps { onComplete: () => void; duration?: number; } export declare const MatrixRainAnimation: React.FC<MatrixRainAnimationProps>; export {}; //# sourceMappingURL=MatrixRainAnimation.d.ts.map