// re-export to make TS happy when not using nodenext import resolution export { jsx, jsxs, jsxDEV, Fragment } from './core'; export type { JSX, JSXNode, FunctionComponent } from './core';