UNPKG

phaser-jsx

Version:
6 lines 276 B
import { createElement } from '..'; export { Fragment, jsx, jsx as jsxs } from '..'; export type { JSX } from 'react'; type Args = Parameters<typeof createElement>; export declare function jsxDEV(...args: Args): import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map