UNPKG

capsule-ai-cli

Version:

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

8 lines 239 B
import React from 'react'; interface ActivationUIProps { onClose: () => void; onSuccess: (result: any) => void; } export declare const ActivationUI: React.FC<ActivationUIProps>; export {}; //# sourceMappingURL=ActivationUI.d.ts.map