UNPKG

capsule-ai-cli

Version:

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

8 lines 224 B
import React from 'react'; interface PastedContentProps { content: string; lineCount: number; } export declare const PastedContent: React.FC<PastedContentProps>; export {}; //# sourceMappingURL=PastedContent.d.ts.map