UNPKG

@expressive/react

Version:
10 lines (8 loc) 281 B
import { Fragment } from "react"; import Runtime from "react/jsx-dev-runtime"; import { patch } from "./jsx-runtime"; //#region src/jsx-dev-runtime.ts const jsxDEV = patch.bind(Runtime.jsxDEV); //#endregion export { Fragment, jsxDEV }; //# sourceMappingURL=jsx-dev-runtime.js.map