UNPKG

tuix

Version:

A performant TUI framework for Bun with JSX and reactive state management

8 lines (7 loc) 176 B
/** * Theming System - OpenCode Inspired * * Comprehensive theming with adaptive colors for terminal UIs */ export * from "./adaptive-color.ts" export * from "./theme.ts"