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
/
src
/
hooks
/
index.ts
8 lines
(6 loc)
•
247 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/** * Export all hooks for easy importing */
export
{ useKeyboardShortcuts, commonShortcuts }
from
'./useKeyboardShortcuts.js'
;
export
{ useMessageState }
from
'./useMessageState.js'
;
export
{ useTheaterSession }
from
'./useTheaterSession.js'
;