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/esm/index.js
CHANGED
|
@@ -2516,6 +2516,8 @@ var css_248z = "button {\n font-size: 70px;\n}";
|
|
|
2516
2516
|
styleInject(css_248z);
|
|
2517
2517
|
|
|
2518
2518
|
const Button = (props) => {
|
|
2519
|
+
const [testHook, setTestHook] = reactExports.useState(2);
|
|
2520
|
+
console.log(testHook);
|
|
2519
2521
|
return React.createElement("button", null, props.label);
|
|
2520
2522
|
};
|
|
2521
2523
|
|