@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
11 lines (7 loc) • 296 B
JavaScript
import { DefaultRenderService } from "./render-service";
import { RenderService } from "./constants";
export function bindRenderServiceModule({bind: bind}) {
bind(RenderService).to(DefaultRenderService);
}
export default bindRenderServiceModule;
//# sourceMappingURL=render-modules.js.map