9 lines
161 B
JavaScript

module.exports = {
onInput: function (input) {
this.state = {
size: input.size || "normal",
label: input.label || "(no label)",
};
},
};