willba-component-library 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js
CHANGED
|
@@ -2518,6 +2518,8 @@ var css_248z = "button {\n font-size: 70px;\n}";
|
|
|
2518
2518
|
styleInject(css_248z);
|
|
2519
2519
|
|
|
2520
2520
|
const Button = (props) => {
|
|
2521
|
+
const [testHook, setTestHook] = reactExports.useState(2);
|
|
2522
|
+
console.log(testHook);
|
|
2521
2523
|
return React.createElement("button", null, props.label);
|
|
2522
2524
|
};
|
|
2523
2525
|
|