UNPKG

@ice/jsx-runtime

Version:

JSX runtime for ice.

15 lines (14 loc) 480 B
// @ts-ignore import { jsxDEV as _jsxDEV, Fragment } from "react/jsx-dev-runtime"; import { hijackElementProps } from "./style.js"; /** * @param {*} type * @param {object} props * @param {string} key * @param {boolean} isStaticChildren * @param {object} source * @param {any} self */ function jsxDEV(type, props, key, isStaticChildren, source, self) { return _jsxDEV(type, hijackElementProps(props), key, isStaticChildren, source, self); } export { jsxDEV, Fragment };