UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 353 B
import { datePickerSharedProps, selectionModeWithDefault } from './shared.mjs'; import { buildProps } from '../../../../utils/vue/props/runtime.mjs'; const basicYearTableProps = buildProps({ ...datePickerSharedProps, selectionMode: selectionModeWithDefault("year") }); export { basicYearTableProps }; //# sourceMappingURL=basic-year-table.mjs.map