UNPKG
@horojs/core
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
A micro library for a reactive UI application.
github.com/lroskoshin/horo
lroskoshin/horo
@horojs/core
/
dist
/
module.js
3 lines
(2 loc)
•
226 B
JavaScript
View Raw
1
2
3
export
{mergeComponents}
from
"./utils/merge-components.js"
;
export
{horo}
from
"./horo.js"
;
export
{makeComponent}
from
"./make-component.js"
;
export
{attrsPrefix,insertionPrefix}
from
"./instruction.js"
;
//# sourceMappingURL=module.js.map