@fluentui/react-northstar
Version:
A themable React component library.
15 lines (13 loc) • 354 B
JavaScript
exports.__esModule = true;
exports.datepickerCalendarStyles = void 0;
var datepickerCalendarStyles = {
root: function root(_ref) {
var v = _ref.variables;
return {
minHeight: v.calendarMinHeight
};
}
};
exports.datepickerCalendarStyles = datepickerCalendarStyles;
//# sourceMappingURL=datepickerCalendarStyles.js.map
;