UNPKG

capsule-ai-cli

Version:

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

13 lines 368 B
import React from 'react'; interface InputBoxProps { value?: string; onSubmit: (value: string) => void; onChange?: (value: string) => void; placeholder?: string; onPasteStart?: () => void; onPasteEnd?: () => void; provider?: string; } export declare const InputBox: React.FC<InputBoxProps>; export {}; //# sourceMappingURL=InputBox.d.ts.map