UNPKG

@ice/jsx-runtime

Version:

JSX runtime for ice.

13 lines (12 loc) 447 B
import { Fragment } from 'react/jsx-runtime'; /** * https://github.com/reactjs/rfcs/pull/107 * @param {*} type * @param {object} props * @param {string} maybeKey * @param {object} source * @param {any} self */ declare function jsx(type: any, props: object, maybeKey: string, source: object, self: any): any; declare function jsxs(type: any, props: object, maybeKey: string, source: object, self: any): any; export { Fragment, jsx, jsxs, };