UNPKG

redom

Version:

Tiny turboboosted JavaScript library for creating user interfaces.

16 lines (15 loc) 639 B
export { dispatch } from "./dispatch.js"; export { el, h, html } from "./html.js"; export { list, List } from "./list.js"; export { listPool, ListPool } from "./listpool.js"; export { mount } from "./mount.js"; export { unmount } from "./unmount.js"; export { place, Place } from "./place.js"; export { ref } from "./ref.js"; export { router, Router } from "./router.js"; export { setAttr, setXlink, setData } from "./setattr.js"; export { setStyle } from "./setstyle.js"; export { setChildren } from "./setchildren.js"; export { s, svg } from "./svg.js"; export { text } from "./text.js"; export { viewFactory } from "./view-factory.js";