UNPKG

solid-js

Version:

A declarative JavaScript library for building user interfaces.

11 lines (8 loc) 193 B
import h from "solid-js/h"; function Fragment(props) { return props.children; } function jsx(type, props) { return h(type, props); } export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs };