@fluentui/react
Version:
Reusable React components for building web experiences.
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