UNPKG

capsule-ai-cli

Version:

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

10 lines 292 B
import React from 'react'; interface CommandPaletteProps { query: string; onSelect: (command: string) => void; onClose: () => void; provider?: string; } export declare const CommandPalette: React.FC<CommandPaletteProps>; export {}; //# sourceMappingURL=CommandPalette.d.ts.map