UNPKG

automagik-cli

Version:

Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems

9 lines (8 loc) 240 B
import React from 'react'; interface ServerConfigDialogProps { currentUrl?: string; onSubmit: (url: string) => void; onCancel: () => void; } export declare const ServerConfigDialog: React.FC<ServerConfigDialogProps>; export {};