@fluentui/react-northstar
Version:
A themable React component library.
27 lines (25 loc) • 952 B
JavaScript
exports.__esModule = true;
exports.datepickerCalendarGridClassName = exports.DatepickerCalendarGrid = void 0;
var _reactBindings = require("@fluentui/react-bindings");
var _utils = require("../../utils");
var _Box = require("../Box/Box");
var datepickerCalendarGridClassName = 'ui-datepicker__calendargrid';
/**
* A DatepickerCalendarGrid is used to display the whole calendar grid.
*/
exports.datepickerCalendarGridClassName = datepickerCalendarGridClassName;
var DatepickerCalendarGrid = (0, _reactBindings.compose)(_Box.Box, {
className: datepickerCalendarGridClassName,
displayName: 'DatepickerCalendarGrid',
overrideStyles: true,
shorthandConfig: {
mappedProp: 'content'
}
});
exports.DatepickerCalendarGrid = DatepickerCalendarGrid;
DatepickerCalendarGrid.defaultProps = {
as: 'table'
};
DatepickerCalendarGrid.propTypes = _utils.commonPropTypes.createCommon();
//# sourceMappingURL=DatepickerCalendarGrid.js.map
;