UNPKG

@visactor/vrender-core

Version:
9 lines (6 loc) 278 B
import { ContainerModule } from "../common/inversify-lite"; import { DefaultRenderService, RenderService } from "./render-service"; export default new ContainerModule((bind => { bind(RenderService).to(DefaultRenderService); })); //# sourceMappingURL=render-modules.js.map