marko
Version:
UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.
11 lines (10 loc) • 325 B
JavaScript
;require("../../../runtime/vdom/marko-namespace");
var registry = require("@internal/components-registry");
exports.getComponentForEl =
require("@internal/components-util").U_;
exports.init = registry.V_;
exports.register = function (id, component) {
registry.r(id, function () {
return component;
});
};