nativescript-calendar-weekview
Version:
Nativescript Calendar WeekView allow adding events to weekview and styling them.
12 lines • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var common = require("./calendar-weekview.common");
var CalendarWeekView = (function (_super) {
__extends(CalendarWeekView, _super);
function CalendarWeekView() {
return _super !== null && _super.apply(this, arguments) || this;
}
return CalendarWeekView;
}(common.CalendarWeekView));
exports.CalendarWeekView = CalendarWeekView;
//# sourceMappingURL=calendar-weekview.ios.js.map