UNPKG

element-plus

Version:

A Component Library for Vue 3

12 lines (9 loc) 395 B
import '../../../../utils/index.mjs'; import { datePickerSharedProps, selectionModeWithDefault } from './shared.mjs'; import { buildProps } from '../../../../utils/vue/props/runtime.mjs'; const basicMonthTableProps = buildProps({ ...datePickerSharedProps, selectionMode: selectionModeWithDefault("month") }); export { basicMonthTableProps }; //# sourceMappingURL=basic-month-table.mjs.map