jsx-runtime.d.ts 128 B

123
  1. import Fragment from "./fragment";
  2. import { jsx } from "./jsx-automatic";
  3. export { Fragment, jsx, jsx as jsxs, jsx as jsxDEV };