UNPKG

capsule-ai-cli

Version:

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

11 lines 315 B
import React from 'react'; interface EditConfirmationProps { filePath: string; oldContent: string; newContent: string; onConfirm: () => void; onCancel: () => void; } export declare const EditConfirmation: React.FC<EditConfirmationProps>; export {}; //# sourceMappingURL=EditConfirmation.d.ts.map