UNPKG

@visactor/vtable-gantt

Version:

canvas table width high performance

16 lines (9 loc) 347 B
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.19.1"; export { TYPES, Gantt, tools, VRender, VTable, plugins }; //# sourceMappingURL=index.js.map