kjelsrud.dev/node_modules/hastscript/lib/runtime-html.js
2023-07-19 21:31:30 +02:00

6 lines
201 B
JavaScript

// Export `JSX` as a global for TypeScript.
import {runtime} from './runtime.js'
import {h} from './html.js'
export * from './jsx-automatic.js'
export const {Fragment, jsx, jsxs, jsxDEV} = runtime(h)