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

16 lines
619 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getStyles = void 0;
var CalendarPicker_styles_1 = require("../CalendarPicker/CalendarPicker.styles");
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=CalendarYear.styles.js.map