basic-month-table.js 429 B

1234567891011121314
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var shared = require('./shared.js');
  4. var runtime = require('../../../../utils/vue/props/runtime.js');
  5. const basicMonthTableProps = runtime.buildProps({
  6. ...shared.datePickerSharedProps,
  7. selectionMode: shared.selectionModeWithDefault("month")
  8. });
  9. exports.basicMonthTableProps = basicMonthTableProps;
  10. //# sourceMappingURL=basic-month-table.js.map