UNPKG

@smartface/contx

Version:
16 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Push classnames to the target actor * * @params {string} classnames - Component classnames * @returns {Object} */ function pushClassNames(classNames) { return { type: "pushClassNames", classNames: classNames }; } exports.default = pushClassNames; //# sourceMappingURL=pushClassNames.js.map