UNPKG

hongluan-ui

Version:
12 lines (9 loc) 391 B
import '../../../../utils/index.mjs'; 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