UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (11 loc) 472 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../../utils/index2.js'); var shared = require('./shared2.js'); var runtime = require('../../../../utils/vue/props/runtime2.js'); const basicMonthTableProps = runtime.buildProps({ ...shared.datePickerSharedProps, selectionMode: shared.selectionModeWithDefault("month") }); exports.basicMonthTableProps = basicMonthTableProps; //# sourceMappingURL=basic-month-table2.js.map