UNPKG

terminal-chat-ui

Version:

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

7 lines (6 loc) 246 B
/** * Export all hooks for easy importing */ export { useKeyboardShortcuts, commonShortcuts } from './useKeyboardShortcuts.js'; export { useMessageState } from './useMessageState.js'; export { useTheaterSession } from './useTheaterSession.js';