Initial Commit
This commit is contained in:
10
src/tui/components/index.ts
Normal file
10
src/tui/components/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Export all shared components.
|
||||
*/
|
||||
|
||||
export { Screen } from './Screen.js';
|
||||
export { Input, TextDisplay } from './Input.js';
|
||||
export { Button, ButtonRow } from './Button.js';
|
||||
export { List, SimpleList, type ListItem } from './List.js';
|
||||
export { InputDialog, ConfirmDialog, MessageDialog } from './Dialog.js';
|
||||
export { ProgressBar, StepIndicator, Loading, type Step } from './ProgressBar.js';
|
||||
Reference in New Issue
Block a user