UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (13 loc) 421 B
import '../../../../utils/index.mjs'; import { panelRangeSharedProps } from './shared.mjs'; import { buildProps } from '../../../../utils/vue/props/runtime.mjs'; const panelYearRangeProps = buildProps({ ...panelRangeSharedProps }); const panelYearRangeEmits = [ "pick", "set-picker-option", "calendar-change" ]; export { panelYearRangeEmits, panelYearRangeProps }; //# sourceMappingURL=panel-year-range.mjs.map