UNPKG

@mopex/react-gantt-flow

Version:

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

8 lines 295 B
/** * @description Returns a date array from start date to end date * @param startDate Start Date * @param endDate End Date * @returns Date array from start date to end date */ export declare function getDateRange(startDate: Date, endDate: Date): Date[]; //# sourceMappingURL=index.d.ts.map