Co-authored-by: Brian Ng <bng412@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
16 lines
484 B
JavaScript
16 lines
484 B
JavaScript
import * as react from "react";
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
import { createElement as _createElement } from "react";
|
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
var y = react.createElement("div", {
|
|
foo: 1
|
|
});
|
|
|
|
var x = /*#__PURE__*/_jsxs("div", {
|
|
children: [/*#__PURE__*/_jsx("div", {}, "1"), /*#__PURE__*/_jsx("div", {
|
|
meow: "wolf"
|
|
}, "2"), /*#__PURE__*/_jsx("div", {}, "3"), /*#__PURE__*/_createElement("div", { ...props,
|
|
key: "4"
|
|
})]
|
|
});
|