UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 357 B
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