toway-vtable-gantt
Version:
canvas table width high performance
14 lines (8 loc) • 298 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";
export const version = "1.1.0";
export { TYPES, Gantt, tools, VRender, VTable };
//# sourceMappingURL=index.js.map