kjelsrud.dev/node_modules/hastscript/lib/runtime-svg.js

7 lines
200 B
JavaScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
// 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)