UNPKG

react-modern-gantt

Version:

A modern, customizable Gantt chart component for React applications

15 lines (14 loc) 307 B
export declare enum ViewMode { MINUTE = "minute", HOUR = "hour", DAY = "day", WEEK = "week", MONTH = "month", QUARTER = "quarter", YEAR = "year" } export declare enum DateDisplayFormat { MONTH_YEAR = "month-year", FULL_DATE = "full-date", SHORT_DATE = "short-date" }