UNPKG

wx-gantt-store

Version:

6 lines (5 loc) 556 B
import type { IGanttTask, GanttScaleData, IParsedTask, GanttDataTree, ITask } from "./types"; export declare function dragSummaryKids(task: IParsedTask, dx: number): void; export declare function dragSummary(tasks: GanttDataTree, task: IParsedTask, _scales: GanttScaleData, cellWidth: number): void; export declare function setSummaryDates(task: IParsedTask, tasks?: Partial<ITask>[]): IParsedTask; export declare function updateTask(t: IGanttTask, i: number, cellWidth: number, cellHeight: number, scales: GanttScaleData, baselines: boolean): IGanttTask;