UNPKG

capsule-ai-cli

Version:

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

14 lines 348 B
import React from 'react'; interface Context { id: string; created: Date; messageCount: number; } interface ChatDeleterProps { contexts: Context[]; onDelete: (contextId: string) => void; onClose: () => void; } export declare const ChatDeleter: React.FC<ChatDeleterProps>; export {}; //# sourceMappingURL=ChatDeleter.d.ts.map