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, DurationUnit, IScaleConfig, IScaleConfigBase, IScaleConfigBottom, ScaleUnit } from "./types/options"; export type { IOptions, IOptionConfig, EmitData, EventMap, ILink, ErrorType, XGanttUnit, DurationUnit, IScaleConfig, IScaleConfigBase, IScaleConfigBottom, ScaleUnit, DataChain, LinkType };