@xpyjs/gantt-core
Version:
A powerful and flexible Gantt chart component library for modern web applications with TypeScript support
14 lines (13 loc) • 672 B
TypeScript
import "./styles/main.scss";
export { XGantt } from "./XGantt";
export { generateId } from "./utils/id";
export { default as dayjs } from "./utils/time";
export type { Dayjs } from "./utils/time";
export { colorjs, type Colorjs } from "./utils/color";
export declare const version: string;
import type { IOptions, IOptionConfig, EmitData } from "./types";
import type { EventMap } from "./types/event";
import type { ILink, DataChain, LinkType } from "./types/link";
import type { ErrorType } from "./event";
import type { XGanttUnit } from "./types/options";
export type { IOptions, IOptionConfig, EmitData, EventMap, ILink, ErrorType, XGanttUnit, DataChain, LinkType };