UNPKG

vite-plugin-vanjs

Version:

An async first mini meta-framework for VanJS powered by Vite

5 lines (4 loc) 204 B
// Export everything through the main entry point export { Fragment } from "./fragment.mjs"; export { jsx } from "./jsx.mjs"; export { jsx as createElement, jsx as jsxDEV, jsx as jsxs } from "./jsx.mjs";