Files
stack/apps/web/src/components/terminal/index.ts
Jason Woltje 9b2520ce1f
All checks were successful
ci/woodpecker/push/web Pipeline was successful
feat(web): add agent output terminal tabs for orchestrator sessions (#522)
Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
2026-02-26 04:04:26 +00:00

7 lines
308 B
TypeScript

export type { TerminalPanelProps } from "./TerminalPanel";
export { TerminalPanel } from "./TerminalPanel";
export type { XTerminalProps } from "./XTerminal";
export { XTerminal } from "./XTerminal";
export type { AgentTerminalProps } from "./AgentTerminal";
export { AgentTerminal } from "./AgentTerminal";