UNPKG

@expressive/react

Version:
10 lines 263 B
// src/jsx-dev-runtime.ts import Runtime from "react/jsx-dev-runtime"; import { compat } from "./jsx-runtime"; import { Fragment } from "react"; var jsxDEV = compat.bind(Runtime.jsxDEV); export { Fragment, jsxDEV }; //# sourceMappingURL=jsx-dev-runtime.js.map