UNPKG
tuix
Version:
latest (1.0.0-rc.1)
rc (1.0.0-rc.2)
1.0.0-rc.2
1.0.0-rc.1
A performant TUI framework for Bun with JSX and reactive state management
tuix
/
jsx-dev-runtime.ts
7 lines
(6 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * JSX Dev Runtime - Development runtime for JSX * * Re-exports the main runtime for development mode */
export
*
from
"./jsx-runtime"