UNPKG

@mopex/react-gantt-flow

Version:

A lightweight and high-performance React (TypeScript) based Gantt chart component.

8 lines 254 B
import { Task } from '../../types/task'; /** * @description Returns the normalized task date * @param task Task * @returns Normalized task date */ export declare function getNormalizeTaskDate(task: Task[]): Task[]; //# sourceMappingURL=index.d.ts.map