UNPKG

atomico

Version:

Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.

6 lines (5 loc) 186 B
export * from "./element/element"; export * from "./element/hooks"; export * from "./hooks"; export * from "./render/render"; export { createElement as h, toVnode } from "./vnode";