UNPKG

terminal-chat-ui

Version:

Shared UI components for terminal-based chat interfaces using Theater actors

10 lines (8 loc) 303 B
/** * Export all components for easy importing */ export { MessageComponent } from './MessageComponent.js'; export { SimpleInput } from './SimpleInput.js'; export { MultiLineInput } from './MultiLineInput.js'; export { SmartInput } from './SmartInput.js'; export { HelpPanel } from './HelpPanel.js';