UNPKG

@smartface/contx

Version:
16 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Update styles of the target actor * * @params {Object} userStyle - Component styles * @returns {Object} */ function updateUserStyle(userStyle) { return { type: "updateUserStyle", userStyle: userStyle }; } exports.default = updateUserStyle; //# sourceMappingURL=updateUserStyle.js.map