UNPKG

capsule-ai-cli

Version:

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

8 lines 242 B
import React from 'react'; interface KeyConfigurationProps { providers: string[]; onClose: () => void; } export declare const KeyConfiguration: React.FC<KeyConfigurationProps>; export {}; //# sourceMappingURL=KeyConfiguration.d.ts.map