UNPKG

@xpytest/gantt-core

Version:

A powerful and flexible Gantt chart component library for modern web applications with TypeScript support

8 lines (7 loc) 290 B
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;