UNPKG

@visactor/vrender-core

Version:
13 lines (9 loc) 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }); const inversify_lite_1 = require("../common/inversify-lite"), render_service_1 = require("./render-service"); exports.default = new inversify_lite_1.ContainerModule((bind => { bind(render_service_1.RenderService).to(render_service_1.DefaultRenderService); })); //# sourceMappingURL=render-modules.js.map