@ice/jsx-runtime
Version:
JSX runtime for ice.
12 lines (11 loc) • 361 B
TypeScript
import { Fragment } from 'react/jsx-dev-runtime';
/**
* @param {*} type
* @param {object} props
* @param {string} key
* @param {boolean} isStaticChildren
* @param {object} source
* @param {any} self
*/
declare function jsxDEV(type: any, props: object, key: string, isStaticChildren: boolean, source: object, self: any): any;
export { jsxDEV, Fragment };