fdb8a760d43c9655d5f8f24bc0d4d86c68c51fb8a115aa3c4aca68170a20f829e439c232f5aa99a99162e42250980b006258c7ada0e64153793abcdafc7b96 357 B

12345678910
  1. import { datePickerSharedProps, selectionModeWithDefault } from './shared.mjs';
  2. import { buildProps } from '../../../../utils/vue/props/runtime.mjs';
  3. const basicMonthTableProps = buildProps({
  4. ...datePickerSharedProps,
  5. selectionMode: selectionModeWithDefault("month")
  6. });
  7. export { basicMonthTableProps };
  8. //# sourceMappingURL=basic-month-table.mjs.map