2020-12-15 00:02:23 +01:00

8 lines
133 B
JavaScript

import { jsx as _jsx } from "react/jsx-runtime";
/*#__PURE__*/
_jsx("button", {
"data-value": "a value",
children: "Button"
});