mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
8 lines
250 B
JavaScript
8 lines
250 B
JavaScript
import {createAutomaticRuntime} from './create-automatic-runtime.js'
|
|
import {h} from './index.js'
|
|
|
|
// Export `JSX` as a global for TypeScript.
|
|
export * from './jsx-automatic.js'
|
|
|
|
export const {Fragment, jsx, jsxDEV, jsxs} = createAutomaticRuntime(h)
|