astro-ghostcms/.pnpm-store/v3/files/98/4f9538f14f5d42877d2a6927c9f...

8 lines
250 B
Plaintext

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)