UNPKG

edgerender

Version:
6 lines (3 loc) 190 B
import {ElementType, Props, Key, JsxChunk, Fragment} from './jsx' const jsx = (el: ElementType, props: Props, key: Key) => new JsxChunk(el, key, props) export {jsx, jsx as jsxs, Fragment}