Skip to content

Documentation / @agentick/tui / TUIComponent

Type Alias: TUIComponent ​

TUIComponent = ComponentType<{ sessionId: string; }>

Defined in: create-tui.tsx:43

A TUI component receives a sessionId and renders the full interface.

Released under the ISC License.