UNPKG

bbl-gantt

Version:

一个框架无关的JS甘特图库,支持resize、拖拽新建、支持自定义样式、以及支持duration模式等功能。A framework-independent JS Gantt chart library, supporting resize, drag-and-drop to create new tasks, custom styling, and duration mode functionalities.

5 lines (4 loc) 250 B
import { default as dayjs } from 'dayjs'; export declare const FORMAT_FULL_TIME = "YYYY-MM-DD hh:mm:ss:SSS"; export declare function getDurationStartTime(addSeconds?: number): dayjs.Dayjs; export declare function formatDuration(str: string): string;