UNPKG

@smartface/contx

Version:
15 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Removes component from the Context * * @returns {Object} */ function removeChild() { return { type: "removeChild" }; } exports.default = removeChild; ; //# sourceMappingURL=removeChild.js.map