@visactor/vtable-gantt
Version:
canvas table width high performance
8 lines (6 loc) • 449 B
JavaScript
import { ContainerModule, GroupRenderContribution } from "@visactor/vtable/es/vrender";
import { DateHeaderGroupBeforeRenderContribution } from "./group-contribution-render";
export default new ContainerModule(((bind, unbind, isBound, rebind) => {
bind(DateHeaderGroupBeforeRenderContribution).toSelf().inSingletonScope(), bind(GroupRenderContribution).toService(DateHeaderGroupBeforeRenderContribution);
}));
//# sourceMappingURL=index.js.map