capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
11 lines • 322 B
TypeScript
import React from 'react';
interface BashConfirmationProps {
command: string;
workingDirectory: string;
isDangerous: boolean;
onConfirm: () => void;
onCancel: () => void;
}
export declare const BashConfirmation: React.FC<BashConfirmationProps>;
export {};
//# sourceMappingURL=BashConfirmation.d.ts.map