mirror of
https://github.com/sern-handler/website
synced 2026-06-16 12:52:20 +00:00
8 lines
250 B
JavaScript
8 lines
250 B
JavaScript
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, jsx, jsxDEV, jsxs} = createAutomaticRuntime(s)
|