Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-amd/components/Calendar/CalendarMonth/CalendarMonth.styles.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

17 lines
733 B
JavaScript

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