UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

14 lines (12 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW = void 0; let VIEW; exports.VIEW = VIEW; (function (VIEW) { VIEW[VIEW["YEAR"] = 0] = "YEAR"; VIEW[VIEW["MONTH"] = 1] = "MONTH"; })(VIEW || (exports.VIEW = VIEW = {})); //# sourceMappingURL=View.js.map