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