diff options
Diffstat (limited to 'demos/css-stress-test/public1/src/components/button.tsx')
-rw-r--r-- | demos/css-stress-test/public1/src/components/button.tsx | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/demos/css-stress-test/public1/src/components/button.tsx b/demos/css-stress-test/public1/src/components/button.tsx new file mode 100644 index 000000000..bf30db5e7 --- /dev/null +++ b/demos/css-stress-test/public1/src/components/button.tsx @@ -0,0 +1,26 @@ +import * as jsx_dev_runtime_runtime from "http://localhost:8000node_modules/react/jsx-dev-runtime.js"; +var jsxDEV = require( jsx_dev_runtime_runtime).jsxDEV, __jsxFilename = "src/components/button.tsx"; + +import { + __require as require +} from "http://localhost:8000__runtime.js"; +import * as ttp_localhost_8000node_modules_module from "http://localhost:8000node_modules/react/index.js"; +var React = require(ttp_localhost_8000node_modules_module); +export const Button = ({ label, label2, onClick }) => jsxDEV("div", { + className: "Button", + onClick, + children: [jsxDEV("div", { + className: "Button-label", + children: [ + label, + "111" + ] + }, undefined, true, { + fileName: __jsxFilename, + lineNumber: 133 + }, this)] +}, undefined, true, { + fileName: __jsxFilename, + lineNumber: 86 +}, this); + |