UNPKG

edgerender

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