@visactor/vtable-gantt
Version:
canvas table width high performance
16 lines (9 loc) • 347 B
JavaScript
import * as TYPES from "./ts-types";
import { Gantt } from "./Gantt";
import * as tools from "./tools";
import * as VRender from "./vrender";
import * as VTable from "./vtable";
import * as plugins from "./plugins";
export const version = "1.26.1";
export { TYPES, Gantt, tools, VRender, VTable, plugins };
//# sourceMappingURL=index.js.map