1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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);
|