📄 automatic-runtime-svg.js
/home/palash/git/site/node_modules/hastscript/lib/automatic-runtime-svg.js
Language: js • Lines: 7
import {createAutomaticRuntime} from './create-automatic-runtime.js'
import {s} from './index.js'

// Export `JSX` as a global for TypeScript.
export * from './jsx-automatic.js'

export const {Fragment, jsxDEV, jsxs, jsx} = createAutomaticRuntime(s)