UNPKG

automagik-cli

Version:

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

9 lines (8 loc) 249 B
import React from 'react'; interface ProperMultilineInputProps { onSubmit: (message: string) => void; disabled?: boolean; placeholder?: string; } export declare const ProperMultilineInput: React.FC<ProperMultilineInputProps>; export {};