6 lines
119 B
JavaScript

module.exports = {
handleColorClick: function (color, type) {
this.color = { color: color, type: type };
},
};