UNPKG

capsule-ai-cli

Version:

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

11 lines 274 B
import React from 'react'; interface ModelItemProps { isSelected?: boolean; label: string; value: string; provider: string; isCurrent: boolean; } export declare const ModelItem: React.FC<ModelItemProps>; export {}; //# sourceMappingURL=ModelItem.d.ts.map