UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

12 lines (10 loc) 352 B
require("../../../runtime/vdom/marko-namespace"); var registry = require("@internal/components-registry"); exports.getComponentForEl = require("@internal/components-util").___getComponentForEl; exports.init = registry.___initServerRendered; exports.register = function (id, component) { registry.r(id, function () { return component; }); };