UNPKG
terminal-chat-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Shared UI components for terminal-based chat interfaces using Theater actors
terminal-chat-ui
/
dist
/
hooks
/
index.js
7 lines
(6 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Export all hooks for easy importing */
export
{ useKeyboardShortcuts, commonShortcuts }
from
'./useKeyboardShortcuts.js'
;
export
{ useMessageState }
from
'./useMessageState.js'
;
export
{ useTheaterSession }
from
'./useTheaterSession.js'
;