UNPKG

capsule-ai-cli

Version:

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

10 lines 298 B
import React from 'react'; interface MessageBoxProps { title?: string; message: string; type?: 'info' | 'warning' | 'error' | 'success'; width?: number; } export declare const MessageBox: React.FC<MessageBoxProps>; export default MessageBox; //# sourceMappingURL=MessageBox.d.ts.map