igniteui-webcomponents
Version:
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
10 lines • 496 B
JavaScript
export var DateRangeType;
(function (DateRangeType) {
DateRangeType[DateRangeType["After"] = 0] = "After";
DateRangeType[DateRangeType["Before"] = 1] = "Before";
DateRangeType[DateRangeType["Between"] = 2] = "Between";
DateRangeType[DateRangeType["Specific"] = 3] = "Specific";
DateRangeType[DateRangeType["Weekdays"] = 4] = "Weekdays";
DateRangeType[DateRangeType["Weekends"] = 5] = "Weekends";
})(DateRangeType || (DateRangeType = {}));
//# sourceMappingURL=types.js.map