UNPKG

element-plus

Version:

A Component Library for Vue 3

20 lines (15 loc) 561 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 basicDateTableProps = runtime.buildProps({ ...shared.datePickerSharedProps, cellClassName: { type: runtime.definePropType(Function) }, showWeekNumber: Boolean, selectionMode: shared.selectionModeWithDefault("date") }); exports.basicDateTableProps = basicDateTableProps; //# sourceMappingURL=basic-date-table2.js.map