terminal-chat-ui
Version:
Shared UI components for terminal-based chat interfaces using Theater actors
6 lines (5 loc) • 374 B
TypeScript
/**
* Export all types for easy importing
*/
export type { Message, SetupStatus, ToolDisplayMode, InputMode, UIVariant, ChatSession, ChannelStream, TheaterConfig } from './common.js';
export type { MessageComponentProps, SimpleInputProps, MultiLineInputProps, SmartInputProps, StatusHeaderProps, HelpPanelProps, KeyboardShortcut, KeyboardShortcutsConfig } from './ui.js';