react-monthly-events-calendar
Version:
Simple month view calendar that shows events on it
21 lines (17 loc) • 504 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _components = require('./components');
Object.keys(_components).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _components[key];
}
});
});
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
return a;
};