@fluentui/react-northstar
Version:
A themable React component library.
15 lines (13 loc) • 364 B
JavaScript
exports.__esModule = true;
exports.datepickerCalendarGridStyles = void 0;
var datepickerCalendarGridStyles = {
root: function root() {
return {
'border-spacing': '0rem',
tableLayout: 'fixed'
};
}
};
exports.datepickerCalendarGridStyles = datepickerCalendarGridStyles;
//# sourceMappingURL=datepickerCalendarGridStyles.js.map
;