@visactor/vtable-gantt
Version:
canvas table width high performance
11 lines (10 loc) • 845 B
TypeScript
import type { GanttConstructorOptions } from './ts-types';
import * as TYPES from './ts-types';
import type { ColumnDefine, ColumnsDefine, LinkColumnDefine, ChartColumnDefine, ImageColumnDefine, SparklineColumnDefine, ProgressbarColumnDefine, TextColumnDefine, GroupColumnDefine, TextAlignType, TextBaselineType } from '@visactor/vtable';
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 declare const version = "1.26.1";
export { TYPES, GanttConstructorOptions, Gantt, ColumnsDefine, ColumnDefine, LinkColumnDefine, ChartColumnDefine, ImageColumnDefine, SparklineColumnDefine, ProgressbarColumnDefine, TextColumnDefine, GroupColumnDefine, TextAlignType, TextBaselineType, tools, VRender, VTable, plugins };