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

6 lines
200 B
JavaScript

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