UNPKG
jelenjs
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Core runtime library for JelenJS - an experimental UI framework with fine-grained reactivity
jelenjs
/
dist
/
types
/
src
/
runtime.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
type
{
JSXElement
,
JSXProps
,
Component
}
from
'./dom/jsx'
;
export
type
{
JSXElement
,
JSXProps
,
Component
};