Files
flynn/src/frontends/tui/components/index.ts
T
2026-02-05 00:39:53 -08:00

5 lines
245 B
TypeScript

export { App, type AppProps } from './App.js';
export { StatusBar, type StatusBarProps } from './StatusBar.js';
export { MessageList, type MessageListProps } from './MessageList.js';
export { InputBar, type InputBarProps } from './InputBar.js';