first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
@@ -0,0 +1,17 @@
define(["require", "exports", "../CalendarPicker/CalendarPicker.styles"], function (require, exports, CalendarPicker_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getStyles = void 0;
var getStyles = function (props) {
/* Return styles from the base class.
* If this component has extra styles not in the base, apply them here i.e.:
* const myStyle: IStyle = {
* display: "block"
* }; *
* return {...getPickerStyles(props), myStyle};
*/
return (0, CalendarPicker_styles_1.getStyles)(props);
};
exports.getStyles = getStyles;
});
//# sourceMappingURL=CalendarMonth.styles.js.map