UNPKG

react-big-scheduler-stch

Version:

A scheduler and resource planning component built for React and made for modern browsers (A react-big-scheduler fork with additional features and fixes).

17 lines (15 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ViewTypes = { Day: 0, Week: 1, Month: 2, Quarter: 3, Year: 4, Custom: 5, Custom1: 6, Custom2: 7 }; exports.default = ViewTypes;