8 lines
121 B
JavaScript

module.exports = {
onInput: function () {
this.state = {
buttonLabel: "Initial Button Label",
};
},
};