mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-28 07:16:53 +05:00
9 lines
224 B
TypeScript
9 lines
224 B
TypeScript
/**
|
|
* TUI module - Terminal User Interface.
|
|
*/
|
|
|
|
export { App, type AppDependencies, type ExtendedAppProps } from "./App.js"
|
|
export * from "./components/index.js"
|
|
export * from "./hooks/index.js"
|
|
export * from "./types.js"
|